From a5342aecb6a303bc04fc0d9f1f66da550ef10e36 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Tue, 9 Jun 2026 23:26:24 +0200 Subject: [PATCH] python3Packages.atopile: disable more tests prone to time out --- pkgs/development/python-modules/atopile/default.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/atopile/default.nix b/pkgs/development/python-modules/atopile/default.nix index 9f0ec060f04d..5287f2845ad5 100644 --- a/pkgs/development/python-modules/atopile/default.nix +++ b/pkgs/development/python-modules/atopile/default.nix @@ -187,7 +187,7 @@ buildPythonPackage (finalAttrs: { ]; disabledTests = [ - # timeout + # Timeout (>10.0s) from pytest-timeout. "test_build_error_logging" "test_can_evaluate_literals" "test_examples_build" @@ -196,6 +196,11 @@ buildPythonPackage (finalAttrs: { "test_regression_rp2040_usb_diffpair" "test_reserved_attrs" "test_resistor" + "test_loooooong_chain" + "test_parser_netlist" + "test_dump_load_equality" + "test_performance_mifs_connect_check" + # requires internet "test_simple_pick" "test_simple_negative_pick"