bumped pytest dependency to 3.1.0

This commit is contained in:
oleg.hoefling
2018-12-07 18:22:29 +01:00
parent 4711b85b50
commit 70800a6dc2

View File

@@ -33,7 +33,7 @@ setup(name='jedi',
install_requires=install_requires,
extras_require={
'testing': [
'pytest>=2.3.5',
'pytest>=3.1.0',
# docopt for sith doctests
'docopt',
# coloroma for colored debug output