From 70e368b043b5a305ddfd7bbab190df453c87091d Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Thu, 8 Jan 2026 13:25:06 -0800 Subject: [PATCH] python3Packages.softlayer: disable failing tests --- pkgs/development/python-modules/softlayer/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/python-modules/softlayer/default.nix b/pkgs/development/python-modules/softlayer/default.nix index b7aa2d542d8c..29eaf8c3ed38 100644 --- a/pkgs/development/python-modules/softlayer/default.nix +++ b/pkgs/development/python-modules/softlayer/default.nix @@ -68,6 +68,11 @@ buildPythonPackage rec { # SoftLayer.exceptions.TransportError: TransportError(0): ('Connection aborted.', ConnectionResetError(54, 'Connection reset by peer')) "tests/CLI/modules/hardware/hardware_basic_tests.py::HardwareCLITests" + # SystemExit: 1 (or 2) + "tests/CLI/modules/hardware/hardware_list_tests.py::HardwareListCLITests" + "tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests" + "tests/CLI/modules/vs/vs_tests.py::VirtTests" + # Test fails with ConnectionError trying to connect to api.softlayer.com "tests/transports/soap_tests.py.unstable" ];