forked from retoor/devplacepy
chore: remove pytest-xdist parallel test infrastructure and switch to serial execution
This commit is contained in:
+5
-1
@@ -27,9 +27,13 @@ devplace = "devplacepy.cli:main"
|
||||
devii = "devplacepy.services.devii.cli:main"
|
||||
|
||||
[project.optional-dependencies]
|
||||
dev = ["pytest", "playwright", "pytest-xdist", "requests", "coverage"]
|
||||
dev = ["pytest", "playwright", "requests", "coverage"]
|
||||
bots = ["playwright", "faker"]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
testpaths = ["tests"]
|
||||
addopts = "--tb=line -p no:xdist"
|
||||
|
||||
Reference in New Issue
Block a user