Skip to content

Commit

Permalink
Disable zope_interface (and twisted)
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 committed Oct 13, 2021
1 parent 0b3689e commit 567b1c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ class TargetPython(Enum):
'vlc',
# need extra gfortran NDK system add-on
'lapack', 'scipy',
# Outdated and there's a chance that is now useless.
'zope_interface',
# Requires zope_interface, which is broken.
'twisted',
])

BROKEN_RECIPES = {
Expand Down

0 comments on commit 567b1c5

Please sign in to comment.