python3Packags.hydra-core: pin pytest 8.3

This commit is contained in:
Martin Weinelt
2025-08-09 06:32:26 +02:00
parent df72ed6e81
commit e753999a05

View File

@@ -20,7 +20,7 @@
packaging,
# tests
pytestCheckHook,
pytest8_3CheckHook,
pythonAtLeast,
}:
@@ -70,7 +70,7 @@ buildPythonPackage rec {
packaging
];
nativeCheckInputs = [ pytestCheckHook ];
nativeCheckInputs = [ pytest8_3CheckHook ];
pytestFlags = [
"-Wignore::UserWarning"