Explorar el Código

Update pytest packages

master
Michael van Tellingen hace 10 años
padre
commit
694ed43e62
Se han modificado 2 ficheros con 5 adiciones y 5 borrados
  1. 4
    4
      requirements.txt
  2. 1
    1
      setup.cfg

+ 4
- 4
requirements.txt Ver fichero

@@ -27,11 +27,11 @@ coverage==3.7.1
27 27
 spec==0.11.1
28 28
 WebTest==2.0.17
29 29
 django-webtest==1.7.8
30
-pytest==2.7.0
30
+pytest==2.8.4
31 31
 pytest-cache==1.0
32
-pytest-cov==1.8.1
33
-pytest-django==2.8.0
34
-pytest-xdist==1.11
32
+pytest-cov==2.2.0
33
+pytest-django==2.9.1
34
+pytest-xdist==1.13.1
35 35
 tox==1.8.1
36 36
 coveralls==0.4.4
37 37
 behave==1.2.4

+ 1
- 1
setup.cfg Ver fichero

@@ -4,7 +4,7 @@ universal=1
4 4
 [pytest]
5 5
 python_files=test_*.py *tests.py
6 6
 addopts = --nomigrations
7
-norecursedirs = .* *.egg sites src
7
+testpaths = tests/
8 8
 
9 9
 [flake8]
10 10
 max-line-length=99

Loading…
Cancelar
Guardar