Skip to content

Commit

Permalink
xfail instead of skipping
Browse files Browse the repository at this point in the history
Co-authored-by: Sviatoslav Sydorenko <webknjaz@redhat.com>
  • Loading branch information
jaraco and webknjaz authored Feb 27, 2021
1 parent 304a940 commit 9680d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setuptools/tests/test_virtualenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def _get_pip_versions():
'pip==10.0.1',
'pip==18.1',
# fails due to pypa/pip#6599
# 'pip==19.3.1',
pytest.mark.xfail('pip==19.3.1', reason='fails due to pypa/pip#6599'),
'pip==20.0.2',
'https://github.com/pypa/pip/archive/master.zip',
]
Expand Down

0 comments on commit 9680d02

Please sign in to comment.