Skip to content

Commit 661a289

Browse files
committed
six: add still un-sixed files
1 parent 9ab4078 commit 661a289

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

setup.py

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,31 @@ def setup_python3():
238238
join(tmp_src, 'test', 'testutils.py'),
239239
join(tmp_src, 'test', 'triple_store.py'),
240240
join(tmp_src, 'test', 'type_check.py'),
241+
#join(tmp_src, 'rdflib', 'extras', 'external_graph_libs.py'),
242+
#join(tmp_src, 'examples', 'graph_digest_benchmark.py'),
243+
#join(tmp_src, 'test', 'test_auditable.py'),
244+
#join(tmp_src, 'test', 'test_canonicalization.py'),
245+
#join(tmp_src, 'test', 'test_extras_external_graph_libs.py'),
246+
#join(tmp_src, 'test', 'test_issue223.py'),
247+
#join(tmp_src, 'test', 'test_issue381.py'),
248+
#join(tmp_src, 'test', 'test_issue432.py'),
249+
#join(tmp_src, 'test', 'test_issue446.py'),
250+
#join(tmp_src, 'test', 'test_issue457.py'),
251+
#join(tmp_src, 'test', 'test_issue492.py'),
252+
#join(tmp_src, 'test', 'test_issue523.py'),
253+
#join(tmp_src, 'test', 'test_issue532.py'),
254+
#join(tmp_src, 'test', 'test_issue535.py'),
255+
#join(tmp_src, 'test', 'test_issue545.py'),
256+
#join(tmp_src, 'test', 'test_issue554.py'),
257+
#join(tmp_src, 'test', 'test_issue563.py'),
258+
#join(tmp_src, 'test', 'test_issue576.py'),
259+
#join(tmp_src, 'test', 'test_issue579.py'),
260+
#join(tmp_src, 'test', 'test_issue604.py'),
261+
#join(tmp_src, 'test', 'test_issue655.py'),
262+
#join(tmp_src, 'test', 'test_sparql_agg_distinct.py'),
263+
#join(tmp_src, 'test', 'test_sparql_agg_undef.py'),
264+
#join(tmp_src, 'test', 'test_turtle_sort_issue613.py'),
265+
#join(tmp_src, 'test', 'test_wide_python.py'),
241266
]
242267
for fn in six_ed:
243268
outfiles_2to3.remove(fn)

0 commit comments

Comments
 (0)