diff options
| author | 2020-12-30 18:41:56 -0500 | |
|---|---|---|
| committer | 2020-12-30 18:41:56 -0500 | |
| commit | aa3aaca425176a2017255ff474c5af2d6bb8525b (patch) | |
| tree | c3f876074e58f3d1d053a459c7e1738526a8788d /test | |
| parent | 176b3d1c174fb9fb74514eed0c1dc1e9636e89b9 (diff) | |
| parent | 87a5aa088ce33a1196ff409b76a9ea8233bdc634 (diff) | |
Update upstream source from tag 'upstream/1.16.1'
Update to upstream version '1.16.1'
with Debian dir e25ca57b32218e964e40338f4bc0b67a7dec5108
Diffstat (limited to 'test')
| -rw-r--r-- | test/test_results.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_results.py b/test/test_results.py index 4e9f4b2..f7356d5 100644 --- a/test/test_results.py +++ b/test/test_results.py @@ -30,7 +30,6 @@ TRAVIS_SKIP = { # temporary issues, etc. BROKEN = { - "dokireader", "imagevenue", "photobucket", } @@ -312,6 +311,7 @@ def setup_test_config(): config.set(("extractor", "nijie") , "username", email) config.set(("extractor", "seiga") , "username", email) config.set(("extractor", "pinterest") , "username", email2) + config.set(("extractor", "pinterest") , "username", None) # login broken config.set(("extractor", "newgrounds"), "username", "d1618111") config.set(("extractor", "newgrounds"), "password", "d1618111") |
