Skip to content

Commit 2f65a2f

Browse files
hallvictoriaVictoria Hall
and
Victoria Hall
authored
fix: latest pytest version breaking tests (#1507)
* install specific pytest version * ~=7.4.4 --------- Co-authored-by: Victoria Hall <[email protected]>
1 parent 8214d0c commit 2f65a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"pycryptodome~=3.10.1",
9494
"flake8~=4.0.1",
9595
"mypy",
96-
"pytest",
96+
"pytest~=7.4.4",
9797
"requests==2.*",
9898
"coverage",
9999
"pytest-sugar",

0 commit comments

Comments
 (0)