rpm-software-management / python-rpm-packaging

Tools for packaging Python projects with rpm
Other
3 stars 6 forks source link

CI: Cache the test data + optimize dnf install + add tox + rawhide #10

Closed hroncok closed 3 years ago

hroncok commented 3 years ago

See individual commits

hroncok commented 3 years ago

Thanks. I'll merge from the command line.

hroncok commented 3 years ago

There's a problem with the py38 tox job. It cannot download the test data and it hasn't show up before here, bacause in my fork they were cached from a different Python version. I'll send a fix later, but not sure if today, I am away from my computer, typing from phone. To reproduce, I think one needs to delete the local test data and run tox -e py38.

hroncok commented 3 years ago

https://github.com/rpm-software-management/python-rpm-packaging/pull/11