Fix testing dependencies

This commit is contained in:
David Sanders 2018-06-04 16:37:38 -06:00
parent 00819dd924
commit e7d0a8577b
No known key found for this signature in database
GPG Key ID: 87A8D53EF6038397

View File

@ -8,6 +8,7 @@ from setuptools import (
extras_require={ extras_require={
'test': [ 'test': [
"pytest==3.3.2", "pytest==3.3.2",
"pytest-xdist",
"tox>=2.9.1,<3", "tox>=2.9.1,<3",
], ],
'lint': [ 'lint': [
@ -20,7 +21,6 @@ extras_require={
], ],
'dev': [ 'dev': [
"bumpversion>=0.5.3,<1", "bumpversion>=0.5.3,<1",
"pytest-xdist",
"pytest-watch>=4.1.0,<5", "pytest-watch>=4.1.0,<5",
"wheel", "wheel",
"ipython", "ipython",