From ed9c0edff540741fca866780a3d043a3b7644f08 Mon Sep 17 00:00:00 2001 From: Tom Gillespie Date: Mon, 29 Jun 2020 03:10:23 -0700 Subject: [PATCH] setup.py remove pytest-runner --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 36272c5..7338ae5 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def find_version(filename): except ImportError: magic_dep = "python-magic; os_name != 'nt'" -tests_require = ['pytest', 'pytest-runner'] +tests_require = ['pytest'] setup( name='augpathlib', version=__version__,