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 f53cd00 commit 252f6f8Copy full SHA for 252f6f8
tests/pfwtest.py
@@ -51,7 +51,7 @@ def check_injected_python_installed(request):
51
if len(procparams) != 1:
52
raise ValueError("Could not find the fixture name of the injected python")
53
procparam = procparams[0]
54
- proc = request.getfuncargvalue(procparam)
+ proc = request.getfixturevalue(procparam)
55
if not python_is_installed[proc.bitness]:
56
pytest.skip("Python {0}b not installed -> skipping test with python injection into {0}b process".format(proc.bitness))
57
return None
0 commit comments