Upgrade to pytest 6.0.1

This commit is contained in:
Florian Bruhin 2020-07-30 19:03:24 +02:00
parent a49674600c
commit 9ed3646430
2 changed files with 2 additions and 4 deletions

View File

@ -12,7 +12,7 @@ EasyProcess==0.3
Flask==1.1.2
glob2==0.7
hunter==3.1.3
hypothesis==5.23.3
hypothesis==5.23.7
idna==2.10
iniconfig==1.0.0
itsdangerous==1.1.0
@ -30,7 +30,7 @@ py==1.9.0
py-cpuinfo==7.0.0
Pygments==2.6.1
pyparsing==2.4.7
pytest==6.0.0
pytest==6.0.1
pytest-bdd==3.4.0
pytest-benchmark==3.2.3
pytest-cov==2.10.0

View File

@ -60,8 +60,6 @@ def main():
'compare-to-empty-string',
# directories without __init__.py...
'import-error',
# WORKAROUND for https://github.com/pytest-dev/pytest/issues/7558
'not-callable',
]
toxinidir = sys.argv[1]