chore: remove pytest-xdist parallel test infrastructure and switch to serial execution

This commit is contained in:
2026-06-12 05:43:33 +00:00
parent 1e2f304935
commit 425e9bdca1
8 changed files with 30 additions and 45 deletions
+5 -1
View File
@@ -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"