@@ -8,23 +8,22 @@ SKIP_TESTS=(
8
8
# [test_shutil.py]=1 # OK but needs PYTHON=pytest
9
9
10
10
[test___all__.py]=1 # it fails on its own
11
- [test_aepack.py]=1 # it fails on its own
12
- [test_al.py]=1 # it fails on its own
13
- [test_anydbm.py]=1 # it fails on its own
14
- [test_applesingle.py]=1 # it fails on its own
15
-
11
+ [test_aepack.py]=1 # No module macostools
12
+ [test_al.py]=1 # No module macostools
13
+ [test_anydbm.py]=pytest
14
+ [test_applesingle.py]=1 # No module macostools
16
15
[test_bsddb185.py]=1 # it fails on its own
17
16
[test_bsddb3.py]=1 # it fails on its own
18
- [test_bsddb.py]=1 # it fails on its own
17
+ [test_bsddb.py]=1 # No module _bsdb
19
18
20
- # [test_cd.py]=1 # it fails on its own
19
+ [test_cd.py]=1 # i# No module cl
21
20
[test_cl.py]=1 # it fails on its own
22
21
[test_codecmaps_cn.py]=1 # it fails on its own
23
22
[test_codecmaps_jp.py]=1 # it fails on its own
24
23
[test_codecmaps_kr.py]=1 # it fails on its own
25
24
[test_codecmaps_tw.py]=1 # it fails on its own
26
25
[test_commands.py]=1 # it fails on its own
27
- [test_curses.py]=1 # it fails on its own
26
+ [test_curses.py]=1 # needs libncurses.so.5
28
27
29
28
[test_dbm.py]=1 # it fails on its own
30
29
[test_descr.py]=1
@@ -33,16 +32,16 @@ SKIP_TESTS=(
33
32
[test_dl.py]=1 # it fails on its own
34
33
35
34
[test_file.py]=1 # it fails on its own
36
- [test_future5.py]=1 # it fails on its own
35
+ [test_future5.py]=pytest
37
36
38
- # [test_generators.py]=1 # works but use PYTHON =pytest
37
+ [test_generators.py]=pytest
39
38
[test_gl.py]=1 # it fails on its own
40
- # [test_grp.py]=1 # works but use PYTHON =pytest
39
+ [test_grp.py]=pytest
41
40
42
41
[test_imageop.py]=1 # it fails on its own
43
42
[test_imaplib.py]=1 # it fails on its own
44
43
[test_imgfile.py]=1 # it fails on its own
45
- # [test_ioctl.py]=1 # works but use PYTHON =pytest
44
+ [test_ioctl.py]=pytest
46
45
47
46
[test_kqueue.py]=1 # it fails on its own
48
47
@@ -63,6 +62,7 @@ SKIP_TESTS=(
63
62
[test_scriptpackages.py]=1 # it fails on its own
64
63
[test_select.py]=1 # test takes too long to run: 11 seconds
65
64
65
+ [test_signal.py]=1 # takes more than 15 seconds to run
66
66
[test_socket.py]=1 # test takes too long to run: 12 seconds
67
67
[test_startfile.py]=1 # it fails on its own
68
68
[test_structmembers.py]=1 # it fails on its own
@@ -81,8 +81,8 @@ SKIP_TESTS=(
81
81
[test_winreg.py]=1 # it fails on its own
82
82
[test_winsound.py]=1 # it fails on its own
83
83
84
- [test_zipimport_support.py]=1 # expected test to raise ImportError
85
- [test_zipfile64 .py]=1 # Skip Long test
84
+ [test_zipimport_support.py]=pytest # expected test to raise ImportError
85
+ [test_zipfile .py]=pytest # Skip Long test
86
86
# .pyenv/versions/2.6.9/lib/python2.6/lib2to3/refactor.pyc
87
87
# .pyenv/versions/2.6.9/lib/python2.6/pyclbr.pyc
88
88
)
0 commit comments