Skip to content

Commit 63e5412

Browse files
authored
Merge pull request openwallet-foundation#3810 from jamshale/upgrade-pytest-asyncio
Upgrade pytest-asyncio to major version 1.0.0
2 parents 7674d67 + 13fb1a5 commit 63e5412

3 files changed

Lines changed: 28 additions & 8 deletions

File tree

.devcontainer/post-install.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,4 @@ markers = [
3131
"postgres: Tests relating to the postgres storage plugin for Indy"]
3232
junit_family = "xunit1"
3333
asyncio_mode = auto
34-
asyncio_default_fixture_loop_scope = module
3534
EOF

poetry.lock

Lines changed: 27 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: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ pydevd-pycharm = ">=251.17181.23,<253.0.0"
8181

8282
# testing
8383
pytest = "^8.3.4"
84-
pytest-asyncio = ">=0.25.3,<0.27.0"
84+
pytest-asyncio = "^1.0.0"
8585
pytest-cov = "^6.0.0"
8686
pytest-ruff = ">=0.4.1,<0.6.0"
8787
pytest-xdist = "^3.6.1"
@@ -143,7 +143,6 @@ markers = [
143143
]
144144
junit_family = "xunit1"
145145
asyncio_mode = "auto"
146-
asyncio_default_fixture_loop_scope = "module"
147146

148147
[tool.coverage.run]
149148

0 commit comments

Comments
 (0)