-
|
I'm trying to package v1.31.10 for Void Linux and one of the step is to run the tests but this failed. Error of make test====================================================================== ERROR: test_config_http (test_downloader.TestDownloaderConfig.test_config_http) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/kaistian/git/git/gallery-dl/test/test_downloader.py", line 157, in test_config_http job = FakeJob() File "/home/kaistian/git/git/gallery-dl/test/test_downloader.py", line 36, in __init__ self.extractor.initialize() ^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'initialize'======================================================================
|
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 2 replies
-
|
A DMCA by Fakku happened and most if not all commits got rewritten with
|
Beta Was this translation helpful? Give feedback.
-
|
Tests from there aren't broken. |
Beta Was this translation helpful? Give feedback.
-
|
That is strange because I get a lot of errors |
Beta Was this translation helpful? Give feedback.
-
From Codeberg, not GitHub. $ git clone --depth 1 https://codeberg.org/mikf/gallery-dl.git
Cloning into 'gallery-dl'...
remote: Enumerating objects: 784, done.
remote: Counting objects: 100% (784/784), done.
remote: Compressing objects: 100% (739/739), done.
remote: Total 784 (delta 84), reused 304 (delta 39), pack-reused 0 (from 0)
Receiving objects: 100% (784/784), 1.39 MiB | 2.05 MiB/s, done.
Resolving deltas: 100% (84/84), done.
$ cd gallery-dl/
$ make test
scripts/run_tests.py
...
OK (skipped=4) |
Beta Was this translation helpful? Give feedback.
-
|
Isn't that master branch? |
Beta Was this translation helpful? Give feedback.
-
|
Ah, sorry about that, with Codeberg test is OK. I'm trying to package 1.31.10 on Void Linux, one of the requirement is that packages has releases, and since Codeberg has no releases a PR would probably not be accepted. |
Beta Was this translation helpful? Give feedback.
-
|
Tag is usually not good enough, but everything could be challenge. Thank you for the patience and support. |
Beta Was this translation helpful? Give feedback.
Please stop cloning from github and use codeberg =)