Remove tests with old certifi dependency
This commit is contained in:
parent
4778dfbd93
commit
e4818d46c4
8 changed files with 2 additions and 203 deletions
|
|
@ -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",
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue