1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
Commit graph

7 commits

Author SHA1 Message Date
Donald Stufft 6955f5f9b4 Use virtualenv/master instead of virtualenv/develop (#3755) 2016-05-26 20:12:53 -04:00
Xavier Fernandez ff68ab6995 dev-requirements: use freezegun package
No more need for master branch
2016-02-01 23:19:49 +01:00
Xavier Fernandez 1275a0f3f9 Pin pytest-timeout==0.5
Version 1.0 requires pytest>=2.8 which contains a regression on parallel
tests (cf e78df3e069)
2015-11-16 10:40:32 +01:00
Xavier Fernandez cf501d2ab5 Pin pytest==2.7.2 to avoid failing tests 2015-09-29 14:00:03 +02:00
Donald Stufft d2092a4574 Remove coverage 2015-08-01 20:48:47 -04:00
Donald Stufft 786e452f13 Pin to an older version of mock 2015-07-14 15:32:29 -04:00
Marc Abramowitz ce3ceb7bd1 Move dev reqs from tox.ini to dev-requirements.txt
Then folks who don't use tox can do `pip install -r
dev-requirements.txt`

Since this is pip, which created the idea of requirements files, it
seems nice for the project to have one to showcase the idea.

Also cleaned up the tox.ini and made it more compact (fits now on my
laptop screen) and consistent.
2014-12-17 23:36:29 -08:00