From 441c7af6bc6cd034733ce59eaa4188cd5e1de39b Mon Sep 17 00:00:00 2001 From: Greg Lindahl Date: Wed, 21 Aug 2024 20:34:08 +0000 Subject: [PATCH] fix: finish removing old test --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 9f49499b..15291f3f 100755 --- a/setup.py +++ b/setup.py @@ -28,8 +28,6 @@ [console_scripts] warcio = warcio.cli:main """, - cmdclass={'test': PyTest}, - test_suite='', extras_require={ 'testing': [ 'urllib3==1.25.11',