Skip to content

Commit 31b47a7

Browse files
authored
testing: use arbitrary equality for pinned pytest version (#262)
1 parent bad7998 commit 31b47a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pytest==7.4.4; python_version == '3.7'
1+
pytest===7.4.4; python_version == '3.7' # prevents dependabot from upgrading it
22
pytest==8.1.1; python_version > '3.7'

0 commit comments

Comments
 (0)