Переглянути джерело

Update pytest packages

master
Michael van Tellingen 10 роки тому
джерело
коміт
694ed43e62
2 змінених файлів з 5 додано та 5 видалено
  1. 4
    4
      requirements.txt
  2. 1
    1
      setup.cfg

+ 4
- 4
requirements.txt Переглянути файл

27
 spec==0.11.1
27
 spec==0.11.1
28
 WebTest==2.0.17
28
 WebTest==2.0.17
29
 django-webtest==1.7.8
29
 django-webtest==1.7.8
30
-pytest==2.7.0
30
+pytest==2.8.4
31
 pytest-cache==1.0
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
 tox==1.8.1
35
 tox==1.8.1
36
 coveralls==0.4.4
36
 coveralls==0.4.4
37
 behave==1.2.4
37
 behave==1.2.4

+ 1
- 1
setup.cfg Переглянути файл

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

Завантаження…
Відмінити
Зберегти