mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 20:03:16 +00:00
python310Packages.pims: ignore DeprecationWarning
This commit is contained in:
parent
2e24a02d0f
commit
2a0b704f16
@ -38,6 +38,11 @@ buildPythonPackage rec {
|
|||||||
"pims"
|
"pims"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
pytestFlagsArray = [
|
||||||
|
"-W"
|
||||||
|
"ignore::DeprecationWarning"
|
||||||
|
];
|
||||||
|
|
||||||
disabledTests = [
|
disabledTests = [
|
||||||
# NotImplementedError: Do not know how to deal with infinite readers
|
# NotImplementedError: Do not know how to deal with infinite readers
|
||||||
"TestVideo_ImageIO"
|
"TestVideo_ImageIO"
|
||||||
|
Loading…
Reference in New Issue
Block a user