Skip to content

Commit

Permalink
Set minimum version of pytest to 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renanivo committed Mar 17, 2019
1 parent 794100c commit e972969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ flake8==3.3.0
isort==4.2.5
mock==2.0.0
pytest-cov==2.4.0
pytest>=3.0.0
pytest>=3.6.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def read(fname):
url='https://github.com/renanivo/pytest-testdox',
keywords='pytest testdox test report bdd',
install_requires=[
'pytest>=3.0.0',
'pytest>=3.6.0',
'six>=1.11.0',
],
packages=['pytest_testdox'],
Expand Down

0 comments on commit e972969

Please sign in to comment.