Skip to content

Commit a87afe8

Browse files
pin pytest dependency (#370)
pytest-asyncio doens't support pytest 8.0 yet: pytest-dev/pytest-asyncio#737 ticket to unpin dependeny: https://app.zenhub.com/workspaces/core-5a7c152b04a1652024289b7b/issues/gh/inmanta/inmanta-dev-dependencies/372
1 parent 5d4e738 commit a87afe8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ updates:
55
schedule:
66
interval: daily
77
open-pull-requests-limit: 10
8+
ignore:
9+
# pytest-asyncio doens't support pytest 8.0 yet: https://github.com/pytest-dev/pytest-asyncio/issues/737
10+
# This can be removed once it does.
11+
- dependency-name: "pytest"
12+
update-types: ["version-update:semver-major"]

0 commit comments

Comments
 (0)