Skip to content

Commit 779352d

Browse files
authored
fix: update python init templates dev dep on pytest to latest (#930)
Python templates started failing with: ``` ImportError: cannot import name 'Config' from 'pytest' ``` Updating to latest `pytest` dev-dep on local repro fixes this error. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
1 parent c0d5863 commit 779352d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pytest==6.2.5
1+
pytest==8.4.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pytest==6.2.5
1+
pytest==8.4.2

0 commit comments

Comments
 (0)