Remove tests with old certifi dependency

This commit is contained in:
Henry Mercer
2022-12-20 10:30:38 +00:00
parent 4778dfbd93
commit e4818d46c4
8 changed files with 2 additions and 203 deletions

View File

@@ -1,12 +0,0 @@
from setuptools import setup
# has fake Trove classifier to fool Python extractor to believe this is Python 2 for sure
# Programming Language :: Python :: 2.7
setup(
name="example-setup.py",
install_requires=["requests==2.26.0"],
python_requires=">=2.7, <3",
)