Unverified Commit 9df08433 authored by Leona Maroni's avatar Leona Maroni Committed by GitHub
Browse files

poetry: disable flaky threading_* tests (#403621)

parents 765506d0 d1f8e253
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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 = [