python3Packages.pyspcwebgw: pin to pytest 8.3
Sets a mark on a fixture, which is unsupported in pytest 9.
This commit is contained in:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user