This PR is result of running black /pagure /tests + there is a little fix in the test_style.py on the --exclude argument formatting.
black /pagure /tests
test_style.py
--exclude
It's big, but except test_style.py all changes are cosmetic.
This is passing on both Fedora 35 and CentOS containers.
Pull-Request has been merged by ngompa
The tests failed on
13:37:10 Errors during downloading metadata for repository 'fedora': 13:37:10 - Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=fedora-35&arch=x86_64 [getaddrinfo() thread failed to start] 13:37:10 Error: Failed to download metadata for repo 'fedora': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.fedoraproject.org/metalink?repo=fedora-35&arch=x86_64 [getaddrinfo() thread failed to start]
I saw the similar issue in zuul CI and reported it here.
This PR is result of running
black /pagure /tests+ there is a little fix in thetest_style.pyon the--excludeargument formatting.It's big, but except
test_style.pyall changes are cosmetic.This is passing on both Fedora 35 and CentOS containers.