Skip to content
Snippets Groups Projects
Commit bc4445b6 authored by Orion Poplawski's avatar Orion Poplawski Committed by Dan Michael O. Heggø
Browse files

pytest-cache is now built into pytest

parent 0e7f9e5d
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ setup(name='mwclient',
packages=['mwclient'],
install_requires=['requests_oauthlib', 'six'],
setup_requires=pytest_runner,
tests_require=['pytest', 'pytest-codestyle', 'pytest-cache', 'pytest-cov',
tests_require=['pytest', 'pytest-codestyle', 'pytest-cov',
'responses>=0.3.0', 'responses!=0.6.0', 'mock'],
zip_safe=True
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment