Fix pytest-xdist version specification

master
Антон Касимов 2022-10-30 01:32:19 +03:00
parent dffc294c06
commit 1d9ae7a9df
Signed by: toxa
SSH Key Fingerprint: SHA256:fGoT3aBWeTp6/0uhMz56IJDyZDzSbRc06AdWcNcRxNg
1 changed files with 2 additions and 2 deletions

View File

@ -1,14 +1,14 @@
["pyproject.toml".tool.poetry.group.dev.dependencies]
pytest = "^7.2.0"
pytest-cov = "^4.0.0"
pytest-xdist = {extras = ["psutil"], version = "^3.0.2"}
pytest-xdist = '{extras = ["psutil"], version = "^3.0.2"}'
pytest-sugar = "^0.9.5"
Faker = "^15.1.0"
pytest-snapshot = "^0.9.0"
["pyproject.toml".tool.pytest.ini_options]
testpaths = [
"tests",
"tests",
]
python_files = "test*.py"
addopts = "-rsxX -l --tb=short --strict-markers"