Skip to content

Commit 97ffa92

Browse files
Merge branch 'master' into text-params
2 parents e3ab345 + 2a944cc commit 97ffa92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as readme:
1616
long_description = readme.read()
1717

18-
tests_require = ["pytest", "pytest-cov", "codecov", "flake8", "black", "psutil"]
18+
tests_require = ["pytest>=5,<6", "pytest-cov>=2,<3", "codecov>=2,<3", "flake8>=3,<4", "black", "psutil"]
1919

2020

2121
class BaseCommand(Command):

0 commit comments

Comments
 (0)