Skip to content

Commit 5f5793f

Browse files
authored
testing: use arbitrary equality for pinned pytest version (#262)
1 parent 339e96c commit 5f5793f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
+1-1
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)