diff options
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ if sys.argv[-1] == 'publish': sys.exit() tests_require = [ - 'pytest==2.7.3', + 'pytest >3,<4', 'pytest-cov', 'pytest-runner', ] |
