Skip to content

Commit e1b1d8d

Browse files
fix: update of pytest-xdist version (#811)
PR takes back the limitation imposed on pytest-xdist version. There are no false positive tests results. The behaviour is expected. [ADDON-67668](https://splunk.atlassian.net/browse/ADDON-67668)
1 parent 68b3a73 commit e1b1d8d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
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 }
@@ -64,7 +64,7 @@ pytz = "^2022.1"
6464
optional = true
6565

6666
[tool.poetry.group.docs.dependencies]
67-
jinja2 = "3.0.3"
67+
jinja2 = "3.1.3"
6868
sphinx-rtd-theme = "1.1.1"
6969
sphinx-panels = "0.6.0"
7070

0 commit comments

Comments
 (0)