From 9589bf7c8e3b50e61549010012c2fa1be0abea99 Mon Sep 17 00:00:00 2001 From: Christian Kampka Date: Wed, 24 Apr 2024 17:08:02 +0200 Subject: [PATCH] python311Packages.executing: Disable flaky test --- pkgs/development/python-modules/executing/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/python-modules/executing/default.nix b/pkgs/development/python-modules/executing/default.nix index aad9455156d1..c3f93845c6db 100644 --- a/pkgs/development/python-modules/executing/default.nix +++ b/pkgs/development/python-modules/executing/default.nix @@ -45,6 +45,11 @@ buildPythonPackage rec { disabledTests = [ # requires ipython, which causes a circular dependency "test_two_statement_lookups" + + # Asserts against time passed using time.time() to estimate + # if the test runs fast enough. That makes the test flaky when + # running on slow systems or cross- / emulated building + "test_many_source_for_filename_calls" ]; pythonImportsCheck = [