Revert "Drop support to old pytest versions (<3.4)"

This reverts commit b5abe791ad.
This commit is contained in:
Bruno Oliveira
2018-07-27 17:02:20 -03:00
parent 3776f3b74b
commit b8154cf655
4 changed files with 20 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
from setuptools import setup, find_packages
install_requires = ['execnet>=1.1', 'pytest>=3.4', 'pytest-forked']
install_requires = ['execnet>=1.1', 'pytest>=3.0.0', 'pytest-forked']
setup(