implement the "exit" option for the "skip" config-key

This commit is contained in:
Mike Fährmann
2017-05-05 15:49:58 +02:00
parent cfbf79d788
commit ef90a2de2f
2 changed files with 8 additions and 5 deletions

View File

@@ -49,9 +49,9 @@ def _generate_test(extr, tcase):
skip = [
# dont work on travis-ci
"exhentai", "kissmanga", "mangafox", "dynastyscans",
"exhentai", "kissmanga", "mangafox", "dynastyscans", "nijie",
# temporary issues
"imgchili",
]
# enable selective testing for direct calls
if __name__ == '__main__' and len(sys.argv) > 1: