fedora-python / pyp2rpm

Tool to convert a package from PyPI to RPM SPECFILE or to generate SRPM.
MIT License
123 stars 39 forks source link

Python 3 as default python version for Fedora #142

Closed mcyprian closed 6 years ago

mcyprian commented 6 years ago
mcyprian commented 6 years ago

Travis integration test failed because metadata extraction using alternative python3 interpreter (/usr/bin/python3) didn't work in Ubuntu Trusty container used by Travis. I guess it will be better to run Travis tests inside custom Fedora container. This will make Travis builds easily reproducible in local environment in similar cases and we will be able to test rpm and dnf specific features.