Skip to content

Commit 2629c5f

Browse files
committed
Issue #47, #48: Disable genshi and chameleon
These benchmarks are incompatible with Python 3.8 yet.
1 parent af11dae commit 2629c5f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

performance/benchmarks/__init__.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,17 @@
99
# specified.
1010
DEFAULT_GROUP = [
1111
'2to3',
12-
'chameleon',
12+
# Issue #47: Chameleon doesn't support Python 3.8 yet
13+
# 'chameleon',
1314
'chaos',
1415
'crypto_pyaes',
1516
'deltablue',
1617
'django_template',
1718
'dulwich_log',
1819
'fannkuch',
1920
'float',
20-
'genshi',
21+
# Issue #46: Genshi doesn't support Python 3.8 yet
22+
#'genshi',
2123
'go',
2224
'hexiom',
2325
'hg_startup',

0 commit comments

Comments
 (0)