diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-12-26 15:43:28 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-12-26 15:43:28 -0500 |
| commit | dcdeedbed77711549f41e1f46f186c94ef9c4657 (patch) | |
| tree | 26e145e681d1654dbd64a46abcd6ac506ab3e7df /setuptools/tests/test_virtualenv.py | |
| parent | dd118f755b88a4d8a193790a711c0003415f8dc0 (diff) | |
| download | python-setuptools-git-dcdeedbed77711549f41e1f46f186c94ef9c4657.tar.gz | |
Mark test as xfail. Fixes #2975.
Diffstat (limited to 'setuptools/tests/test_virtualenv.py')
| -rw-r--r-- | setuptools/tests/test_virtualenv.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setuptools/tests/test_virtualenv.py b/setuptools/tests/test_virtualenv.py index 069076b2..61d239aa 100644 --- a/setuptools/tests/test_virtualenv.py +++ b/setuptools/tests/test_virtualenv.py @@ -82,6 +82,7 @@ def _get_pip_versions(): 'pip<22', mark( 'https://github.com/pypa/pip/archive/main.zip', + pytest.mark.xfail(reason='#2975'), ), ] |
