Skip to content

Commit

Permalink
force pytest in 7.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
BeArchiTek committed Apr 24, 2024
1 parent 086cfdd commit 0b0999b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ deepdiff = "*"
cryptography = ">=42.0.0"
jinja2 = ">=3.1.3"
jmespath = "*"
pytest = "*"
pytest = "^7.4.4"
pytest-mock = "*"
pytest-xdist = "*"
pytest-forked = "^1.6.0"
Expand All @@ -28,7 +28,7 @@ packaging = "*"
jsondiff = "*"
sphinx_rtd_theme = "*"
hypothesis = "^6.8.0"
pytest-pythonpath = "^0.7.3"
pytest-pythonpath = "*"
parameterized = "^0.8.1"
invoke = "^2.2.0"
bandit = "^1.7.7"
Expand All @@ -37,7 +37,6 @@ antsibull-docs = "^1.7.3"
[tool.poetry.dev-dependencies]

[tool.poetry.group.dev.dependencies]
pytest = "^7.3.1"
ruff = "0.4.1"

[tool.pytest.ini_options]
Expand Down

0 comments on commit 0b0999b

Please sign in to comment.