python3Packages.omegaconf: downgrade pytest, ignore userwarning

Changed files
+3 -2
pkgs
development
python-modules
omegaconf
+3 -2
pkgs/development/python-modules/omegaconf/default.nix
···
jre_minimal,
pydevd,
pytest-mock,
-
pytestCheckHook,
+
pytest7CheckHook,
pythonAtLeast,
pythonOlder,
pyyaml,
···
attrs
pydevd
pytest-mock
-
pytestCheckHook
+
pytest7CheckHook
];
pythonImportsCheck = [ "omegaconf" ];
pytestFlags = [
"-Wignore::DeprecationWarning"
+
"-Wignore::UserWarning"
];
disabledTests = [