Merge pull request #306559 from kampka/executing-flaky-test

python311Packages.executing: disable flaky test
This commit is contained in:
Artturin
2024-06-22 00:35:37 +03:00
committed by GitHub
@@ -44,6 +44,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 = [ "executing" ];