]> git.pld-linux.org Git - packages/python3.git/commitdiff
test_asyncio and test_os fail due to builder limitations
authorJacek Konieczny <jajcus@jajcus.net>
Thu, 3 Dec 2015 18:05:33 +0000 (19:05 +0100)
committerJacek Konieczny <jajcus@jajcus.net>
Thu, 3 Dec 2015 18:05:33 +0000 (19:05 +0100)
python3.spec

index 6b8692de4b4f4c31a48b50c8007913bf06a20a37..a2d4eb95d5731558d1958d1beb268dc9ad1bb07c 100644 (file)
@@ -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...
This page took 0.282995 seconds and 4 git commands to generate.