Skip to content

Commit

Permalink
Tests: allow pip 20.1+ build-in-place behavior
Browse files Browse the repository at this point in the history
Starting with pip 20.1b1+, the *-info subdir appears as a build artifact
under the "local" directory (here, /project). See
- pypa/pip#7555
- pypa/pip#7882
- pypa/pip@ace0c16
  • Loading branch information
poppyschmo committed May 10, 2020
1 parent 3ff296d commit 22e5479
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/helpers/test_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ def test_install_plugin(tmp_path, func):
assert (targ / "pytest_pdb_break.py").exists()
targ_egg = next(targ.glob("*-info")) # dist- (wheel) or egg-
assert targ_egg.exists()
assert next(proj.glob("*-info"), None) is None


@pytest.mark.parametrize("wants_symlink", [True, False])
Expand Down

0 comments on commit 22e5479

Please sign in to comment.