Skip to content

Commit

Permalink
Unpin pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
sed-i committed Dec 20, 2024
1 parent 64ddc56 commit 9ec7ddb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ allowlist_externals = /usr/bin/env
[testenv:unit]
description = Run unit tests
deps =
pytest<8.2.0 # https://github.com/pytest-dev/pytest/issues/12263
pytest
coverage[toml]
responses
cosl
Expand All @@ -84,7 +84,7 @@ allowlist_externals =
[testenv:scenario]
description = Run scenario tests
deps =
pytest<8.2.0 # https://github.com/pytest-dev/pytest/issues/12263
pytest
responses
cosl
ops[testing]
Expand All @@ -107,7 +107,7 @@ deps =
juju<=3.3.0,>=3.0
# https://github.com/juju/python-libjuju/issues/1184
websockets<14.0
pytest<8.2.0 # https://github.com/pytest-dev/pytest/issues/12263
pytest
pytest-operator
pytest-playwright
lightkube
Expand Down

0 comments on commit 9ec7ddb

Please sign in to comment.