From 6e498c1a38e0dbb23b7de40343f72d99730dc336 Mon Sep 17 00:00:00 2001 From: Josh lloyd Date: Fri, 12 Jan 2024 15:47:48 -0700 Subject: [PATCH] removed testing from checks --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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