#2639 The example vagrant file should install all test dependencies
Closed: Fixed 7 years ago Opened 7 years ago by till.

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.


Metadata Update from @pingou:
- Issue tagged with: RFE, easyfix

7 years ago

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)

7 years ago

Log in to comment on this ticket.

Metadata