File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -53,9 +53,13 @@ addons:
53
53
- python-dev
54
54
- texlive-extra-utils
55
55
- libcurl4-openssl-dev
56
- - libxml2-dev
56
+ - libxml2-dev
57
57
- libxslt1-dev
58
58
- libssl-dev
59
+ - libtk8.5
60
+ - libtcl8.5
61
+ - tcl8.6-dev
62
+ - tk-dev
59
63
- swig
60
64
61
65
before_install :
Original file line number Diff line number Diff line change @@ -175,8 +175,8 @@ def tkinkter_ext():
175
175
# Hack: Just hardcode the includes dir and tcl/tk lib dir like our cffi ext.
176
176
# May want something more robust later.
177
177
tcl_inc = ['/usr/include/tcl' ]
178
- tcl_lib = "tcl8.6 "
179
- tk_lib = "tk8.6 "
178
+ tcl_lib = "tcl8.5 "
179
+ tk_lib = "tk8.5 "
180
180
181
181
ext .include_dirs .extend (tcl_inc )
182
182
ext .libraries .append (tcl_lib )
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ test_bz2 leaks
32
32
test_capi [unknown]
33
33
test_cd [unknown]
34
34
test_cfgparser works when run from inside the from_cpython dir
35
- test_cgi leaks
36
35
test_class needs ellipsis
37
36
test_cl [unknown]
38
37
test_cmd_line_script [unknown]
@@ -139,7 +138,6 @@ test_pydoc [unknown]
139
138
test_random long("invalid number")
140
139
test_repr complex.__hash__; some unknown issues
141
140
test_resource fails on travis-ci: setrlimit RLIMIT_CPU not allowed to raise maximum limit
142
- test_richcmp PyObject_Not
143
141
test_runpy [unknown]
144
142
test_scope eval of code object from existing function (not currently supported)
145
143
test_scriptpackages [unknown]
You can’t perform that action at this time.
0 commit comments