From 913aedb0448bb665e126ee80b3321e5f0b04b803 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Fri, 14 Jun 2019 10:34:40 -0400 Subject: [PATCH] Actual prep for #2, drop the pytest<3.3 pin --- setup.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/setup.py b/setup.py index 82e5742..dca1ead 100644 --- a/setup.py +++ b/setup.py @@ -25,13 +25,8 @@ "pytest11": ["relaxed = pytest_relaxed.plugin"] }, install_requires=[ - # NOTE: pytest 3.3 broke something, not sure what yet - "pytest>=3,<3.3", - # TODO: ditto; six is so widely used it's prob worth having a broad pin + "pytest>=3,<4", "six>=1,<2", - # TODO: ditto again! - # TODO: but also, we could make this optional if it somehow ever caused - # issues for anyone. Only necessary for @raises right now. "decorator>=4,<5", ], classifiers=[