Upgrade to pytest 6.0.1
This commit is contained in:
parent
a49674600c
commit
9ed3646430
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue