We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3497aa5 commit 70e368bCopy full SHA for 70e368b
1 file changed
pkgs/development/python-modules/softlayer/default.nix
@@ -68,6 +68,11 @@ buildPythonPackage rec {
68
# SoftLayer.exceptions.TransportError: TransportError(0): ('Connection aborted.', ConnectionResetError(54, 'Connection reset by peer'))
69
"tests/CLI/modules/hardware/hardware_basic_tests.py::HardwareCLITests"
70
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
+
76
# Test fails with ConnectionError trying to connect to api.softlayer.com
77
"tests/transports/soap_tests.py.unstable"
78
];
0 commit comments