https://bugzilla.redhat.com/show_bug.cgi?id=864464 --- Comment #9 from Lorenzo Gil Sanchez <lorenzo.gil.sanchez@xxxxxxxxx> --- (In reply to comment #8) > Update: > - enabled tests also > SPEC: http://www.matthias-runge.de/fedora/python-tox.spec > SRPM: http://www.matthias-runge.de/fedora/python-tox-1.4.2-2.fc17.src.rpm Your new SRPM is failing at Koji: http://koji.fedoraproject.org/koji/taskinfo?taskID=4577449 The reason is the one I mentioned in my first comment: koji does can't do HTTP requests and Tox test suite does a bunch of them. Unless you trick it to believe there is a local package index inside the BUILD directory. Which is exactly what my package is doing with this lines: Source1: http://pypi.python.org/packages/source/p/py/py-1.4.9.zip Source2: http://pypi.python.org/packages/source/p/pytest/pytest-2.2.4.zip Source3: http://pypi.python.org/packages/source/v/virtualenv/virtualenv-1.8.2.tar.gz These are not build requirements. They are requirements to run tox test suite, not to build Tox. As I said before, it is not trivial to run Tox tests inside Koji. I spent several hours to debug them. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review