Skip to content

Commit

Permalink
Fix test failure on Windows with reusing python 2 env
Browse files Browse the repository at this point in the history
  • Loading branch information
FollowTheProcess authored and DiddiLeija committed May 4, 2022
1 parent 5bc34a2 commit 93de2df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_virtualenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@ def test_create_reuse_oldstyle_virtualenv_environment(make_one):


@enable_staleness_check
@pytest.mark.skipif(IS_WINDOWS, reason="Avoid spurious failure on Windows.")
def test_create_reuse_python2_environment(make_one):
venv, location = make_one(reuse_existing=True, interpreter="2.7")

Expand Down

0 comments on commit 93de2df

Please sign in to comment.