1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

Remove pytest-localserver from test dependencies

pytest-localserver is no longer needed after
the switch to using pytest-httpbin.
This commit is contained in:
John Vandenberg
2016-05-02 08:55:35 +07:00
parent 37c8cbca91
commit 889edccecb

View File

@@ -64,7 +64,7 @@ setup(
install_requires=install_requires,
extras_require=extras_require,
license='MIT',
tests_require=['pytest', 'mock', 'pytest-localserver', 'pytest-httpbin'],
tests_require=['pytest', 'mock', 'pytest-httpbin'],
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Console',