Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

Commit 4fba932

Browse files
authored
fix(requirements): pytest version for python3.7 and higher (#396)
1 parent 937bd16 commit 4fba932

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

requirements-dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Flask
77
pylint>=1.9.5,<=2.5.3
88
pylint-quotes
99
django
10-
pytest==6.0.0; python_version >= '3.5'
10+
pytest==6.2.5; python_version >= '3.7'
11+
pytest==6.0.0; python_version >= '3.5' and python_version < '3.7'
1112
pytest==4.6.0; python_version < '3.5'
1213
requests
1314
sqlalchemy==1.3.23

0 commit comments

Comments
 (0)