poetry: disable flaky threading_* tests (#403621)

This commit is contained in:
Leona Maroni
2025-05-03 11:00:19 +02:00
committed by GitHub
+5
View File
@@ -139,6 +139,11 @@ buildPythonPackage rec {
"test_list_poetry_managed"
"test_find_all_with_poetry_managed"
"test_find_poetry_managed_pythons"
# Flaky
"test_threading_property_types"
"test_threading_single_thread_safe"
"test_threading_property_caching"
"test_threading_atomic_cached_property_different_instances"
];
pytestFlagsArray = [