From d6e6bb7ee01f815c9e1ccc7820b111214a384199 Mon Sep 17 00:00:00 2001 From: Jan-Jaap Driessen Date: Thu, 14 May 2020 02:14:54 +0200 Subject: [PATCH] Remove eggtestinfo from setup.py, breaks installation. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index f4a9d92..449ff82 100644 --- a/setup.py +++ b/setup.py @@ -92,7 +92,6 @@ def read(*rnames): 'setuptools', ], setup_requires=[ - 'eggtestinfo', # captures testing metadata in EGG-INFO 'zope.testrunner' ], tests_require=TEST_REQUIREMENTS,