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

Merge pull request #253 from jayvdb/no-pytest-localserver

Remove pytest-localserver from test dependencies
This commit is contained in:
Kevin McCarthy
2016-05-01 16:43:09 -10:00

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',