forked from mirrors/nixpkgs
Merge pull request #154783 from fabaff/fix-pynetdicom
python3Packages.pynetdicom: disable failing test
This commit is contained in:
commit
715bbe8485
|
@ -48,11 +48,12 @@ buildPythonPackage rec {
|
|||
"TestMoveSCPCLI"
|
||||
"TestQRGetServiceClass"
|
||||
"TestQRMoveServiceClass"
|
||||
"TestState"
|
||||
"TestStorageServiceClass"
|
||||
"TestStoreSCP"
|
||||
"TestStoreSCPCLI"
|
||||
"TestStoreSCU"
|
||||
"TestStoreSCUCLI"
|
||||
"TestState"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
|
Loading…
Reference in a new issue