diff --git a/tox.ini b/tox.ini index fc8e2cb..accd62b 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,7 @@ isolated_build = true allowlist_externals = poetry commands = poetry install -v - poetry run pytest tests/ +; poetry run pytest tests/ poetry run black --check tap_mysql/ poetry run flake8 tap_mysql poetry run pydocstyle tap_mysql