python3Packages.pyspcwebgw: pin to pytest 8.3

Sets a mark on a fixture, which is unsupported in pytest 9.
This commit is contained in:
Martin Weinelt
2026-02-01 17:41:07 +01:00
parent 929cdad558
commit 107d4142b9
@@ -8,7 +8,7 @@
fetchpatch,
poetry-core,
pytest-asyncio,
pytestCheckHook,
pytest8_3CheckHook,
}:
buildPythonPackage rec {
@@ -42,7 +42,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
aioresponses
pytest-asyncio
pytestCheckHook
pytest8_3CheckHook
];
pythonImportsCheck = [ "pyspcwebgw" ];