23 lines
819 B
Diff
23 lines
819 B
Diff
From d6d38acc0d637e6dc2fe6b984664bdd460bd3d04 Mon Sep 17 00:00:00 2001
|
|
From: Christoph Reiter <reiter.christoph@gmail.com>
|
|
Date: Thu, 11 Apr 2024 09:20:05 +0200
|
|
Subject: [PATCH 149/N] CI: skip test.test_tools.test_makefile
|
|
|
|
assumes Unix paths on Windows
|
|
---
|
|
mingw_ignorefile.txt | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/mingw_ignorefile.txt b/mingw_ignorefile.txt
|
|
index 54093f1..64c2786 100644
|
|
--- a/mingw_ignorefile.txt
|
|
+++ b/mingw_ignorefile.txt
|
|
@@ -27,6 +27,7 @@ test.test_strptime.CalculationTests.*
|
|
test.test_strptime.StrptimeTests.test_weekday
|
|
test.test_strptime.TimeRETests.test_compile
|
|
test.test_tools.test_i18n.Test_pygettext.test_POT_Creation_Date
|
|
+test.test_tools.test_makefile.*
|
|
test.test_venv.BasicTest.*
|
|
test.test_venv.EnsurePipTest.*
|
|
test.test_sysconfig.TestSysConfig.test_user_similar
|