Pin test requirements

This commit is contained in:
José Padilla 2018-11-02 07:02:13 -04:00
parent e7af85b41c
commit b616107dab
1 changed files with 3 additions and 3 deletions

View File

@ -33,9 +33,9 @@ if sys.argv[-1] == 'publish':
sys.exit()
tests_require = [
'pytest >3,<4',
'pytest-cov',
'pytest-runner',
'pytest==3.7.1',
'pytest-cov==2.5.1',
'pytest-runner==4.2',
]
needs_pytest = set(('pytest', 'test', 'ptr')).intersection(sys.argv)