feat(CI): run linux tests with pytest-xdist (#831)

This commit is contained in:
Matthieu Darbois
2021-09-20 12:32:05 +02:00
committed by GitHub
parent 803c5e46ce
commit a85a2d7ea8
2 changed files with 15 additions and 1 deletions
+1
View File
@@ -11,6 +11,7 @@ extras = {
"jinja2",
"pytest>=6",
"pytest-timeout",
"pytest-xdist; sys_platform == 'linux'",
],
"bin": [
"click",