mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 11:53:27 +00:00
python310Packages.pims: ignore DeprecationWarning
This commit is contained in:
parent
2e24a02d0f
commit
2a0b704f16
@ -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…
Reference in New Issue
Block a user