python310Packages.pims: ignore DeprecationWarning

This commit is contained in:
Fabian Affolter 2022-05-02 21:57:08 +02:00 committed by GitHub
parent 2e24a02d0f
commit 2a0b704f16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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