Skip to content

Commit 6539a98

Browse files
committed
install ppbt on editable tests
1 parent c289cfc commit 6539a98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_verify_build.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1538,6 +1538,7 @@ def test_install_pyinotify_w_latest_pip(pipexec, build, minor_version):
15381538

15391539
@pytest.mark.skip_unless_on_linux
15401540
def test_install_editable_package(pipexec, pyexec, build, minor_version, tmp_path):
1541+
_install_ppbt(pipexec)
15411542
os.chdir(tmp_path)
15421543
env = os.environ.copy()
15431544
env["RELENV_BUILDENV"] = "yes"
@@ -1562,6 +1563,7 @@ def test_install_editable_package(pipexec, pyexec, build, minor_version, tmp_pat
15621563
def test_install_editable_package_in_extras(
15631564
pipexec, pyexec, build, minor_version, tmp_path
15641565
):
1566+
_install_ppbt(pipexec)
15651567
sitepkgs = pathlib.Path(build) / "lib" / f"python{minor_version}" / "site-packages"
15661568

15671569
(sitepkgs / "_extras.pth").write_text("import _extras; _extras.setup(__file__)")

0 commit comments

Comments
 (0)