Skip to content

Commit

Permalink
Add pytest plugins (#786)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartv authored and wouterdb committed Nov 27, 2018
1 parent 8f10d35 commit dfe1c82
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
PyJWT==1.6.4
click==7.0
colorlog==3.1.4
cryptography==2.3.1
Expand All @@ -6,11 +7,13 @@ inmanta-sphinx==0.8
motor==2.0.0
netifaces==0.10.7
ply==3.11
PyJWT==1.6.4
pymongo==3.7.2
pytest-cover==3.0.0
pytest-instafail
pytest-randomly==1.2.3
pytest-sugar
pytest-tornado==0.5.0
pytest-xdist
pytest==3.10.0
python-dateutil==2.7.5
pyyaml==3.13
Expand Down
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ deps=
pytest-tornado
pytest-cover
pytest-randomly
pytest-xdist
pytest-sugar
pytest-instafail
mongobox
pymongo
motor
Expand Down

0 comments on commit dfe1c82

Please sign in to comment.