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={
'test': [
"pytest==3.3.2",
"pytest-xdist",
"tox>=2.9.1,<3",
],
'lint': [
@ -20,7 +21,6 @@ extras_require={
],
'dev': [
"bumpversion>=0.5.3,<1",
"pytest-xdist",
"pytest-watch>=4.1.0,<5",
"wheel",
"ipython",