Skip to content

Commit dd28a0b

Browse files
committed
Add opencv to broken recipes (only broken for travis)
¡¡¡Again, thanks @AndreMiras!!!
1 parent 2a9bf07 commit dd28a0b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ci/constants.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ class TargetPython(Enum):
4141
'x3dh',
4242
'pynacl',
4343
'doubleratchet',
44+
# The opencv recipe fails to pass travis tests due to the long processing
45+
# when building it and the lack of console output, so, it's only broken
46+
# for travis, see: https://github.com/kivy/python-for-android/pull/1661
47+
'opencv',
4448
'omemo',
4549
# requires `libpq-dev` system dependency e.g. for `pg_config` binary
4650
'psycopg2',
@@ -74,6 +78,10 @@ class TargetPython(Enum):
7478
'icu',
7579
# https://github.com/kivy/python-for-android/issues/1354
7680
'kivent_core', 'kivent_cymunk', 'kivent_particles', 'kivent_polygen',
81+
# The opencv recipe fails to pass travis tests due to the long processing
82+
# when building it and the lack of console output, so, it's only broken
83+
# for travis, see: https://github.com/kivy/python-for-android/pull/1661
84+
'opencv',
7785
# requires `libpq-dev` system dependency e.g. for `pg_config` binary
7886
'psycopg2',
7987
'netifaces',

0 commit comments

Comments
 (0)