Skip to content

Commit a2c4e58

Browse files
author
Matias Melograno
committed
dep
1 parent 30e5833 commit a2c4e58

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
@@ -6,7 +6,7 @@
66

77
TESTS_REQUIRES = [
88
'flake8',
9-
'pytest>=6.2.3',
9+
'pytest~=6.2.3',
1010
'pytest-mock>=3.5.1',
1111
'coverage',
1212
'pytest-cov',
@@ -39,7 +39,7 @@
3939
'uwsgi': ['uwsgi>=2.0.0'],
4040
'cpphash': ['mmh3cffi==0.2.1'],
4141
},
42-
setup_requires=['pytest-runner==5.2'],
42+
setup_requires=['pytest-runner'],
4343
classifiers=[
4444
'Environment :: Console',
4545
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)