python3Packages.omegaconf: downgrade pytest, ignore userwarning

This commit is contained in:
Martin Weinelt
2025-08-09 19:05:06 +02:00
parent 7ea9bcc533
commit 9a151d96c3
@@ -9,7 +9,7 @@
jre_minimal,
pydevd,
pytest-mock,
pytestCheckHook,
pytest7CheckHook,
pythonAtLeast,
pythonOlder,
pyyaml,
@@ -60,13 +60,14 @@ buildPythonPackage rec {
attrs
pydevd
pytest-mock
pytestCheckHook
pytest7CheckHook
];
pythonImportsCheck = [ "omegaconf" ];
pytestFlags = [
"-Wignore::DeprecationWarning"
"-Wignore::UserWarning"
];
disabledTests = [