]> git.pld-linux.org Git - packages/python-docker.git/blob - unpin-requirements.patch
requires pip at compile time
[packages/python-docker.git] / unpin-requirements.patch
1 --- docker-py-1.9.0/test-requirements.txt~      2016-06-03 03:59:50.000000000 +0300
2 +++ docker-py-1.9.0/test-requirements.txt       2016-09-01 16:51:41.334585017 +0300
3 @@ -1,5 +1,5 @@
4 -mock==1.0.1
5 -pytest==2.9.1
6 -coverage==3.7.1
7 -pytest-cov==2.1.0
8 -flake8==2.4.1
9 +mock>=1.0.1
10 +pytest>=2.7.2
11 +coverage>=3.7.1
12 +pytest-cov>=2.1.0
13 +flake8>=2.4.1
This page took 0.080524 seconds and 3 git commands to generate.