Files
MINGW-packages/mingw-w64-python/0137-CI-skip-some-more-flaky-tests.patch
Christoph Reiter 627016a883 python: update
This makes an empty MSYSTEM env var also disable the MSYS2 mode
2022-09-23 11:45:09 +02:00

25 lines
906 B
Diff

From c00cb40fdcbec2eed6a03ddbb39dfb270ac39154 Mon Sep 17 00:00:00 2001
From: Christoph Reiter <reiter.christoph@gmail.com>
Date: Fri, 12 Aug 2022 16:04:11 +0200
Subject: [PATCH 137/N] CI: skip some more flaky tests
---
mingw_ignorefile.txt | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/mingw_ignorefile.txt b/mingw_ignorefile.txt
index 02e950d..78181a9 100644
--- a/mingw_ignorefile.txt
+++ b/mingw_ignorefile.txt
@@ -35,4 +35,6 @@ test.test_tcl.TclTest.testLoadWithUNC
test.test__xxsubinterpreters.*
test.test_asyncio.test_subprocess.SubprocessProactorTests.test_stdin_broken_pipe
test.test_asynchat.TestAsynchat.test_line_terminator2
-
+test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_gc_aclose_09
+test.test_concurrent_futures.ThreadPoolShutdownTest.test_interpreter_shutdown
+test.test_asynchat.TestNotConnected.test_disallow_negative_terminator
--
2.37.3