diff options
-rw-r--r-- | pytest.ini | 2 | ||||
-rw-r--r-- | setup.cfg | 2 | ||||
-rw-r--r-- | tox.ini | 3 |
3 files changed, 3 insertions, 4 deletions
@@ -1,6 +1,6 @@ [pytest] norecursedirs=dist build .tox .eggs -addopts=--doctest-modules --flake8 +addopts=--doctest-modules --flake8 --black doctest_optionflags=ALLOW_UNICODE ELLIPSIS filterwarnings= ignore:Possible nested set::pycodestyle:113 @@ -29,7 +29,7 @@ testing = pytest >= 3.5, !=3.7.3 pytest-checkdocs pytest-flake8 - pytest-black; python_version >= "3" + pytest-black-multipy # local @@ -8,8 +8,7 @@ tox_pip_extensions_ext_venv_update = true deps = setuptools>=31.0.1 commands = - !py27: pytest --black {posargs} - py27: pytest {posargs} + pytest {posargs} usedevelop = True extras = testing |