Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Update test_create_asv_benchmark_all_tiny.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Oct 14, 2019
1 parent cd84a24 commit e880fe8
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -43,6 +43,7 @@ def test_create_asv_benchmark_tiny(self):
lines = [_ for _ in err.split('\n') if _ and _[0] != ' ']
lines = [_ for _ in lines if "Warning" not in _]
lines = [_ for _ in lines if "No module named 'mlprodict'" not in _]
lines = [_ for _ in lines if "Traceback " not in _]
err = "\n".join(lines).strip(' \n\r')
if len(err) > 0:
raise RuntimeError(
Expand Down

0 comments on commit e880fe8

Please sign in to comment.