python311Packages.executing: Disable flaky test

This commit is contained in:
Christian Kampka
2024-05-01 03:23:09 +03:00
committed by Artturin
parent ee1428c654
commit 9589bf7c8e
@@ -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 = [