Skip to content

Commit 567b1c5

Browse files
committed
Disable zope_interface (and twisted)
1 parent 0b3689e commit 567b1c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/constants.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ class TargetPython(Enum):
2828
'vlc',
2929
# need extra gfortran NDK system add-on
3030
'lapack', 'scipy',
31+
# Outdated and there's a chance that is now useless.
32+
'zope_interface',
33+
# Requires zope_interface, which is broken.
34+
'twisted',
3135
])
3236

3337
BROKEN_RECIPES = {

0 commit comments

Comments
 (0)