brain-score / core

MIT License
2 stars 5 forks source link

Flag Travis build for any plugin with non-zero return code - except 5 (I/O)! - from tests #23

Closed kvfairchild closed 1 year ago

kvfairchild commented 1 year ago

Plugins that exempt themselves from any pytest testing (e.g. for memory-intensive testing) return with 5 instead of 0. This is a quick fix to prevent builds from failing while a more robust solution is implemented.