From 889edccecb28d0308f381b38ad33c535c1d4b436 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Mon, 2 May 2016 08:55:35 +0700 Subject: [PATCH] Remove pytest-localserver from test dependencies pytest-localserver is no longer needed after the switch to using pytest-httpbin. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 90fb47a..f867399 100644 --- a/setup.py +++ b/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',