We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4724a3 commit 9aa14eeCopy full SHA for 9aa14ee
tests/test_distribution.py
@@ -23,7 +23,7 @@ def test_source_distribution(virtualenv):
23
pytest.skip("no source distribution available")
24
assert len(sdists) == 1
25
26
- virtualenv.install_package('scikit-build', installer='pip')
+ virtualenv.run("pip install scikit-build")
27
virtualenv.run("pip install %s" % sdists[0])
28
assert "ninja" in virtualenv.installed_packages()
29
0 commit comments