Skip to content

Commit 9aa14ee

Browse files
committed
tests: Attempt to fix test_source_distribution
1 parent b4724a3 commit 9aa14ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_distribution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def test_source_distribution(virtualenv):
2323
pytest.skip("no source distribution available")
2424
assert len(sdists) == 1
2525

26-
virtualenv.install_package('scikit-build', installer='pip')
26+
virtualenv.run("pip install scikit-build")
2727
virtualenv.run("pip install %s" % sdists[0])
2828
assert "ninja" in virtualenv.installed_packages()
2929

0 commit comments

Comments
 (0)