Skip to content

Commit

Permalink
removed testing from checks
Browse files Browse the repository at this point in the history
  • Loading branch information
jlloyd-widen committed Jan 12, 2024
1 parent b6e1f45 commit 6e498c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e498c1

Please sign in to comment.