Merge pull request #306559 from kampka/executing-flaky-test
python311Packages.executing: disable flaky test
This commit is contained in:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user