Rip out remnants of setup.py test support

It's broken (on Python 2.7) anyway.
This commit is contained in:
Marius Gedminas 2020-01-24 11:22:28 +02:00
parent f6f64bf784
commit 8aa0b32363
1 changed files with 0 additions and 2 deletions

View File

@ -56,13 +56,11 @@ setup(
py_modules=['check_manifest'],
zip_safe=False,
test_suite='tests.test_suite',
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
install_requires=['toml', 'pep517'],
extras_require={
'test': ['mock'],
},
tests_require=['mock'],
entry_points={
'console_scripts': [
'check-manifest = check_manifest:main',