Skip to content

Commit e0a863e

Browse files
committed
fix: Add pytet to allowlist
1 parent 76b54e5 commit e0a863e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ base_python =
1010
commands =
1111
poetry install -v --no-interaction --no-root
1212
pytest --cov=openrouteservice --cov-report xml --cov-report term-missing --cov-fail-under 50 -n auto
13-
allowlist_externals = poetry
13+
allowlist_externals =
14+
poetry
15+
pytest

0 commit comments

Comments
 (0)