pytest bug fixed on Python 3.8, can remove space

This commit is contained in:
Hugo 2019-07-05 15:55:06 +03:00
parent 56aa3b37b1
commit 83b99c6b12

View File

@ -6,4 +6,4 @@ extend-ignore = E203, W503
max-line-length = 88
[tool:pytest]
addopts = -r s
addopts = -rs