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:
2
setup.py
2
setup.py
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user