Remove tests that should fail
This commit is contained in:
parent
5e2245cc23
commit
4e39b768c7
11 changed files with 0 additions and 123 deletions
|
|
@ -1,11 +0,0 @@
|
|||
from setuptools import setup
|
||||
|
||||
# has fake Trove classifier to fool Python extractor to believe this is Python 3 for sure
|
||||
|
||||
# Programming Language :: Python :: 3.7
|
||||
|
||||
setup(
|
||||
name="example-setup.py",
|
||||
install_requires=[],
|
||||
extras_require={"all": ["requests==1.2.3"]}
|
||||
)
|
||||
|
|
@ -1 +0,0 @@
|
|||
raise Exception("some kind of error")
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
from setuptools import setup
|
||||
|
||||
setup(
|
||||
name="example-setup.py",
|
||||
install_requires=["requests==10000"],
|
||||
)
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
from setuptools import setup
|
||||
|
||||
# has fake Trove classifier to fool Python extractor to believe this is Python 3 for sure
|
||||
|
||||
# Programming Language :: Python :: 3.7
|
||||
|
||||
|
||||
setup(
|
||||
name="example-setup.py",
|
||||
install_requires=["requests==1.2.3"],
|
||||
python_requires=">=2.7, <3",
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue