diff options
| author | 2020-10-12 18:14:27 -0400 | |
|---|---|---|
| committer | 2020-10-12 18:14:27 -0400 | |
| commit | e0c914765184ebbf99cffdecfe8cdbe10f42486e (patch) | |
| tree | 4dd89f11195c3f58b3b62b9911bbdc40d0e44471 /test | |
| parent | 9074eee175f76b824fbb6695d56426105191c51c (diff) | |
New upstream version 1.15.1.upstream/1.15.1
Diffstat (limited to 'test')
| -rw-r--r-- | test/test_results.py | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/test/test_results.py b/test/test_results.py index 1380f31..a594032 100644 --- a/test/test_results.py +++ b/test/test_results.py @@ -22,19 +22,16 @@ from gallery_dl import extractor, util, job, config, exception # noqa E402 # these don't work on Travis CI TRAVIS_SKIP = { - "exhentai", "kissmanga", "mangafox", "dynastyscans", "nijie", "bobx", + "exhentai", "mangafox", "dynastyscans", "nijie", "instagram", "ngomik", "archivedmoe", "archiveofsins", "thebarchive", "fireden", "4plebs", - "sankaku", "idolcomplex", "mangahere", "readcomiconline", "mangadex", - "sankakucomplex", "warosu", "fuskator", "patreon", "komikcast", - "instagram", "ngomik", + "sankaku", "idolcomplex", "mangahere", "mangadex", "sankakucomplex", + "warosu", "fuskator", "patreon", "komikcast", } # temporary issues, etc. BROKEN = { - "8kun", - "dynastyscans", - "fallenangels", "imagevenue", + "ngomik", "photobucket", } |
