Skip to content

Commit d301287

Browse files
authored
python3Packages.softlayer: disable failing tests (NixOS#478206)
2 parents 73f2190 + 70e368b commit d301287

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pkgs/development/python-modules/softlayer/default.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ buildPythonPackage rec {
6868
# SoftLayer.exceptions.TransportError: TransportError(0): ('Connection aborted.', ConnectionResetError(54, 'Connection reset by peer'))
6969
"tests/CLI/modules/hardware/hardware_basic_tests.py::HardwareCLITests"
7070

71+
# SystemExit: 1 (or 2)
72+
"tests/CLI/modules/hardware/hardware_list_tests.py::HardwareListCLITests"
73+
"tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests"
74+
"tests/CLI/modules/vs/vs_tests.py::VirtTests"
75+
7176
# Test fails with ConnectionError trying to connect to api.softlayer.com
7277
"tests/transports/soap_tests.py.unstable"
7378
];

0 commit comments

Comments
 (0)