Skip to content

Commit 2df2505

Browse files
author
Matias Melograno
committed
pytest-mock
1 parent ae7d96e commit 2df2505

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
TESTS_REQUIRES = [
88
'flake8',
99
'pytest~=6.2.3',
10-
'pytest-mock==3.6.1',
11-
'coverage',
10+
'pytest-mock>=3.5.1',
11+
'coverage==6.2',
1212
'pytest-cov',
1313
]
1414

0 commit comments

Comments
 (0)