Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Commit

Permalink
pytest version
Browse files Browse the repository at this point in the history
  • Loading branch information
ovv committed Dec 17, 2017
1 parent 7cbdc0f commit ee842b3
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 @@ -6,7 +6,7 @@
requires = {
'install': [],
'setup': ['pytest-runner'],
'tests': ['flake8', 'pytest', 'coverage', 'pytest-coverage', 'pytest-asyncio', 'asynctest'],
'tests': ['flake8', 'pytest>=3.3.0', 'coverage', 'pytest-coverage', 'pytest-asyncio', 'asynctest'],
'full': set(),
'doc': {'sphinx', 'sphinxcontrib-asyncio', 'sphinxcontrib-napoleon'},
'dev': {'tox'},
Expand Down

0 comments on commit ee842b3

Please sign in to comment.