Skip to content

Commit 5d4ccc4

Browse files
pyup.io botasvetlov
pyup.io bot
authored andcommitted
Pin pytest to latest version 3.0.2 (#44)
* Pin pytest to latest version 3.0.2 * Pin pytest to latest version 3.0.2
1 parent 2e0c41c commit 5d4ccc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demos/blog/requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pyflakes
22
pep8==1.7.0
3-
pytest
3+
pytest==3.0.2
44
ipdb==0.10.1

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ docker-py==1.10.3
66
flake8==3.0.4
77
ipdb==0.10.1
88
motor==0.6.2
9-
pytest
9+
pytest==3.0.2
1010
pytest-cov==2.3.1
1111
pytest-sugar==0.7.1
1212
python-dateutil==2.5.3

0 commit comments

Comments
 (0)