Skip to content

Commit

Permalink
pytest-lazy-fixture==0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowone committed Oct 8, 2018
1 parent 452afa2 commit ef4a927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def get_readme():
'pytz',
]
tests_require = [
'pytest>=3.0.0', 'pytest-cov', 'pytest-lazy-fixture', 'tox',
'pytest>=3.0.0', 'pytest-cov', 'pytest-lazy-fixture==0.4.1', 'tox',
'mock', 'patch',
]

Expand Down

0 comments on commit ef4a927

Please sign in to comment.