diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2022-01-12 18:27:49 +0100 |
|---|---|---|
| committer | Fabian Affolter <mail@fabian-affolter.ch> | 2022-01-12 18:27:49 +0100 |
| commit | 33d341655e2631d2dbc63cbe29c6387b13ba0250 (patch) | |
| tree | 97809aa6db6509a1e68fc5d867bd5a535014ecc4 | |
| parent | Merge pull request #154763 from fabaff/pytest-opt-ein (diff) | |
| download | nixpkgs-33d341655e2631d2dbc63cbe29c6387b13ba0250.tar.gz | |
python3Packages.pynetdicom: disable failing test
| -rw-r--r-- | pkgs/development/python-modules/pynetdicom/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pynetdicom/default.nix b/pkgs/development/python-modules/pynetdicom/default.nix index 3afa8fcf8651..fa2b369aa2ba 100644 --- a/pkgs/development/python-modules/pynetdicom/default.nix +++ b/pkgs/development/python-modules/pynetdicom/default.nix @@ -48,11 +48,12 @@ buildPythonPackage rec { "TestMoveSCPCLI" "TestQRGetServiceClass" "TestQRMoveServiceClass" + "TestState" + "TestStorageServiceClass" "TestStoreSCP" "TestStoreSCPCLI" "TestStoreSCU" "TestStoreSCUCLI" - "TestState" ]; pythonImportsCheck = [ |
