Add pytest-xdist
plugin to parallelize tests
This commit is contained in:
parent
94984be4df
commit
17ba328e1a
1
setup.py
1
setup.py
@ -8,6 +8,7 @@ extras_require = {
|
|||||||
"factory-boy>=2.12.0,<3.0.0",
|
"factory-boy>=2.12.0,<3.0.0",
|
||||||
"pytest>=4.6.3,<5.0.0",
|
"pytest>=4.6.3,<5.0.0",
|
||||||
"pytest-asyncio>=0.10.0,<1.0.0",
|
"pytest-asyncio>=0.10.0,<1.0.0",
|
||||||
|
"pytest-xdist>=1.30.0",
|
||||||
],
|
],
|
||||||
"lint": [
|
"lint": [
|
||||||
"mypy>=0.701,<1.0",
|
"mypy>=0.701,<1.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user