From 75f54605be30143568b8fe9a0718525acb9f627f Mon Sep 17 00:00:00 2001 From: Jacek Konieczny Date: Thu, 3 Dec 2015 19:05:33 +0100 Subject: [PATCH] test_asyncio and test_os fail due to builder limitations --- python3.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3.spec b/python3.spec index 6b8692d..a2d4eb9 100644 --- a/python3.spec +++ b/python3.spec @@ -9,7 +9,7 @@ # tests which will not work on 64-bit platforms %define no64bit_tests test_audioop test_rgbimg test_imageop # tests which may fail because of builder environment limitations (no /proc or /dev/pts) -%define nobuilder_tests test_resource test_openpty test_socket test_nis test_posix test_locale test_pty +%define nobuilder_tests test_resource test_openpty test_socket test_nis test_posix test_locale test_pty test_asyncio test_os # tests which fail because of some unknown/unresolved reason (this list should be %{nil}) # test_site: fails because our site.py is patched to include both /usr/share/... and /usr/lib... -- 2.44.0