Skip to content

Commit

Permalink
chore: add test warning (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanksyoon authored Jun 15, 2023
1 parent 4ebe020 commit cc508e7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ basepython = python3.8

[testenv:unit]
allowlist_externals =
touch
echo
rm
touch
commands =
echo "Canceling the test before completion creates __init__.py files \
which could cause undesired behaviours. Make sure to delete the __init__.py files manually."
; Check for Python 3.5 compatibility to ensure Xenial support
mypy --ignore-missing-imports --python-version 3.5 {toxinidir}/lib/charms/layer/jenkins {posargs}
mypy --ignore-missing-imports --python-version 3.5 {toxinidir}/reactive {posargs}
Expand Down

0 comments on commit cc508e7

Please sign in to comment.