summaryrefslogtreecommitdiff
path: root/test_requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add pylint check in the MakefileDavid Pursehouse2013-08-061-0/+3
| | | | Change-Id: If111bce388b42fc9ad484c4f268b56ad7546dc5d
* Add PEP-257 conformance check in the MakefileDavid Pursehouse2013-08-061-0/+1
| | | | | | | | | | Note: the latest version of PEP-257 is 0.2.2 but the latest available on PyPI is 0.2.0 which does not exit with error if the check fails. The dependency should be updated after the latest version has been published. Change-Id: Iae3bfeab685d9f92af528156cbc8c957a98f5adb
* Separate package dependencies from verification/test dependenciesDavid Pursehouse2013-08-061-0/+2
Now the `requirements.txt` file only lists the packages that are needed to install and run the pygerrit module. The packages that are only needed for testing are moved to a separate file `test_requirements.txt` Change-Id: I169ec2501cacd86644430a57225eead4d705b76f