Skip to content

Commit dc11eb1

Browse files
fix: pytest-xdist version limitation (#808)
PR introduces temporary solution of potential FP testaces caused by change of workers initiation between pytest-xdist v2 and v3. https://splunk.atlassian.net/browse/ADDON-67242
1 parent 3c631c6 commit dc11eb1

File tree

2 files changed

+34
-7
lines changed

2 files changed

+34
-7
lines changed

poetry.lock

Lines changed: 33 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pytest = ">5.4.0,<8"
3737
splunk-sdk = ">=1.6"
3838
requests = "^2.31.0"
3939
jsonschema = ">=4,<5"
40-
pytest-xdist = ">=2.3.0"
40+
pytest-xdist = "^2.3.0"
4141
filelock = "^3.0"
4242
pytest-ordering = "~0.6"
4343
lovely-pytest-docker = { version="^0", optional = true }

0 commit comments

Comments
 (0)