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 a32584f commit 702ff3bCopy full SHA for 702ff3b
ropetest/conftest.py
@@ -105,4 +105,4 @@ def external_fixturepkg(session_venv, session_venv_python_executable):
105
"ropetest-package-fixtures/external_fixturepkg/dist/external_fixturepkg-1.0.0-py3-none-any.whl",
106
])
107
yield
108
- check_call([sys.executable, "-m", "pip", "uninstall", "--yes", "external-fixturepkg"])
+ check_call([session_venv_python_executable, "-m", "pip", "uninstall", "--yes", "external-fixturepkg"])
0 commit comments