Skip to content

Commit b120f99

Browse files
committed
fix tox.ini
1 parent aa2fa85 commit b120f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ env_list = py{39,310,311,312}
44

55
[testenv]
66
skip_install = true
7-
allowlist_externals = poetry
7+
allowlist_externals = make
88
commands_pre = poetry install --without build
99
commands = make test

0 commit comments

Comments
 (0)