Skip to content

Commit

Permalink
Mark test as xfail. Fixes #2975.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Dec 26, 2021
1 parent dd118f7 commit dcdeedb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setuptools/tests/test_virtualenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def skip_network(param):
'pip<22',
mark(
'https://github.com/pypa/pip/archive/main.zip',
pytest.mark.xfail(reason='#2975'),
),
]

Expand Down

0 comments on commit dcdeedb

Please sign in to comment.