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 d18b2dc commit d808e2eCopy full SHA for d808e2e
tests/conftest.py
@@ -132,8 +132,8 @@ def disable_pip_version_check():
132
133
134
@pytest.fixture(scope='session')
135
-def pep518_wheelhouse(tmpdir_factory):
136
- wheelhouse = tmpdir_factory.mktemp('wheelhouse')
+def pep518_wheelhouse(tmppath_factory):
+ wheelhouse = tmppath_factory.mktemp('wheelhouse')
137
meson_python = str(package_dir.parent.parent)
138
# Populate wheelhouse with wheel for the following packages and
139
# their dependencies. Wheels are downloaded from PyPI or built
0 commit comments