There was an error while loading. Please reload this page.
1 parent 8f10d35 commit dfe1c82Copy full SHA for dfe1c82
2 files changed
requirements.txt
@@ -1,3 +1,4 @@
1
+PyJWT==1.6.4
2
click==7.0
3
colorlog==3.1.4
4
cryptography==2.3.1
@@ -6,11 +7,13 @@ inmanta-sphinx==0.8
6
7
motor==2.0.0
8
netifaces==0.10.7
9
ply==3.11
-PyJWT==1.6.4
10
pymongo==3.7.2
11
pytest-cover==3.0.0
12
+pytest-instafail
13
pytest-randomly==1.2.3
14
+pytest-sugar
15
pytest-tornado==0.5.0
16
+pytest-xdist
17
pytest==3.10.0
18
python-dateutil==2.7.5
19
pyyaml==3.13
tox.ini
@@ -38,6 +38,9 @@ deps=
38
pytest-tornado
39
pytest-cover
40
pytest-randomly
41
+ pytest-xdist
42
+ pytest-sugar
43
+ pytest-instafail
44
mongobox
45
pymongo
46
motor
0 commit comments