Add pytest-xdist plugin to parallelize tests

This commit is contained in:
Alex Stokes 2019-11-05 17:08:35 -08:00
parent 94984be4df
commit 17ba328e1a
No known key found for this signature in database
GPG Key ID: 51CE1721B245C086

View File

@ -8,6 +8,7 @@ extras_require = {
"factory-boy>=2.12.0,<3.0.0",
"pytest>=4.6.3,<5.0.0",
"pytest-asyncio>=0.10.0,<1.0.0",
"pytest-xdist>=1.30.0",
],
"lint": [
"mypy>=0.701,<1.0",