Skip to content

Commit 6c80b1f

Browse files
author
Elias Nygren
committed
move py.test and py to requirements-dev, and remove them from setup.py
1 parent ec16d0c commit 6c80b1f

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

requirements-dev.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pytest==2.6.4
2+
py==1.4.26

requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
future==0.14.3
22
mock==1.0.1
3-
py==1.4.26
4-
pytest==2.6.4
53
requests==2.6.0
64
responses==0.3.0
75
six==1.9.0

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
install_requires=[
1818
'future==0.14.3',
1919
'mock==1.0.1',
20-
'py==1.4.26',
21-
'pytest==2.6.4',
2220
'requests==2.6.0',
2321
'responses==0.3.0',
2422
'six==1.9.0',

0 commit comments

Comments
 (0)