Skip to content

Commit

Permalink
Added matplotlib to broken recipes list
Browse files Browse the repository at this point in the history
#1900 logs failure
  • Loading branch information
inclement committed Jun 29, 2019
1 parent 456b6a8 commit d63adf2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ class TargetPython(Enum):
'websocket-client',
'zeroconf',
'zope',
'matplotlib', # https://github.com/kivy/python-for-android/issues/1900
])
BROKEN_RECIPES_PYTHON3 = set([
'brokenrecipe',
Expand All @@ -77,6 +78,7 @@ class TargetPython(Enum):
# mpmath package with a version >= 0.19 required
'sympy',
'vlc',
'matplotlib', # https://github.com/kivy/python-for-android/issues/1900
])

BROKEN_RECIPES = {
Expand Down

0 comments on commit d63adf2

Please sign in to comment.