Skip to content

Commit c0eb6cb

Browse files
committed
Move the rest of test dependencies to setup.py
1 parent fa4d4e0 commit c0eb6cb

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
],
2323
extras_require={
2424
'with_django': ['Django'],
25-
'for_tests': ['django_tables2', 'factory-boy'],
25+
'for_tests': ['coverage', 'djangorestframework', 'django-model-utils', 'django-tables2',
26+
'factory-boy', 'psycopg2', 'pytest'],
2627
},
2728
license='GPLv2',
2829
classifiers=[

tox.ini

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,6 @@ deps =
3535
django-master: Django
3636
django-master: git+https://github.com/pycqa/astroid@master
3737
django-master: git+https://github.com/pycqa/pylint@master
38-
py{35,36,37}: coverage
39-
py{35,36,37}: djangorestframework
40-
py{35,36,37}: django-model-utils
41-
py{35,36,37}: django-tables2
42-
py{35,36,37}: factory-boy
43-
py{35,36,37}: psycopg2
44-
py{35,36,37}: pylint-plugin-utils
45-
py{35,36,37}: pytest
4638
setenv =
4739
PIP_DISABLE_PIP_VERSION_CHECK = 1
4840
PYTHONPATH = .

0 commit comments

Comments
 (0)