python312Packages.datalad: ignore deprecation warning in tests

This commit is contained in:
Martin Weinelt
2024-11-18 19:24:01 +01:00
parent 9d7feef61a
commit e6dea5c44c
@@ -234,6 +234,12 @@ buildPythonPackage rec {
httpretty
];
pytestFlagsArray = [
# Deprecated in 3.13. Use exc_type_str instead.
"-W"
"ignore::DeprecationWarning"
];
pythonImportsCheck = [ "datalad" ];
meta = {