Skip to content

Commit 702ff3b

Browse files
committed
Use python from venv to tear down tests
Tests will except when using system installed dependencies on debain.
1 parent a32584f commit 702ff3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ropetest/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@ def external_fixturepkg(session_venv, session_venv_python_executable):
105105
"ropetest-package-fixtures/external_fixturepkg/dist/external_fixturepkg-1.0.0-py3-none-any.whl",
106106
])
107107
yield
108-
check_call([sys.executable, "-m", "pip", "uninstall", "--yes", "external-fixturepkg"])
108+
check_call([session_venv_python_executable, "-m", "pip", "uninstall", "--yes", "external-fixturepkg"])

0 commit comments

Comments
 (0)