Learn more about these different git repos.
Other Git URLs
It seems that after setting up vagrant I still need to install all test dependencies manually with sudo pip install -r test_requirements. It would be nice if the Vagrantfile would just take care of this.
sudo pip install -r test_requirements
Metadata Update from @pingou: - Issue tagged with: RFE, easyfix
The Vagrantfile does install these at the moment, you just need to switch into the virtualenv before running the tests:
cd devel/ workon python2-pagure ./runtests.py
Metadata Update from @ryanlerch: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Log in to comment on this ticket.