Additionally, uses pytest fixtures more to make test functions cleaner.
Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
Looks like black doesn't like multi-line single-argument function/method-calls. Running black should fix it.
python -m black .
3 new commits added
Specify which files should be distributed
Skip test if test data tarballs aren't accessible
Add tmp_path_cwd fixture and use it
Build succeeded.
Pull-Request has been merged by asaleh
Additionally, uses pytest fixtures more to make test functions cleaner.