Fix testing dependencies
This commit is contained in:
parent
00819dd924
commit
e7d0a8577b
2
setup.py
2
setup.py
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user