]> git.pld-linux.org Git - packages/python3.git/commitdiff
- disable test_readline on builders (out of pty devices error)
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 27 Dec 2016 23:19:37 +0000 (00:19 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 27 Dec 2016 23:19:37 +0000 (00:19 +0100)
python3.spec

index 852a98e24a9863678eb3e0c161c235dc779d3cff..cc67086496d65148b1d73190d39118dd7764351d 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 test_asyncio test_os
+%define                nobuilder_tests test_resource test_openpty test_socket test_nis test_posix test_locale test_pty test_asyncio test_os test_readline
 
 # 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.267247 seconds and 4 git commands to generate.