diff --git a/pyproject.toml b/pyproject.toml index 7f61f4bc..bff87ef6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -109,7 +109,7 @@ client = ["httpx"] duffy = "duffy.cli:cli" [tool.pytest.ini_options] -addopts = "--black --cov-config .coveragerc --cov=duffy --cov-report term --cov-report xml --cov-report html --isort" +addopts = "--cov-config .coveragerc --cov=duffy --cov-report term --cov-report xml --cov-report html" asyncio_mode = "auto" asyncio_default_fixture_loop_scope = "function" log_format = "%(levelname)s: %(asctime)s %(short_request_id_optional)s(%(filename)s:%(lineno)s %(message)s)" diff --git a/tox.ini b/tox.ini index f7054bc0..e886c6f9 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ skip_missing_interpreters = true [testenv] deps = - poetry + poetry<2 pip setenv = COV_FAIL_UNDER = 100