python310Packages.pims: ignore DeprecationWarning

main
Fabian Affolter 2 years ago committed by GitHub
parent 2e24a02d0f
commit 2a0b704f16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      pkgs/development/python-modules/pims/default.nix

@ -38,6 +38,11 @@ buildPythonPackage rec {
"pims"
];
pytestFlagsArray = [
"-W"
"ignore::DeprecationWarning"
];
disabledTests = [
# NotImplementedError: Do not know how to deal with infinite readers
"TestVideo_ImageIO"

Loading…
Cancel
Save