Skip to content

Commit 717f620

Browse files
author
muxator
committed
move allowlist_externals in testenv
1 parent e877afa commit 717f620

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
[tox]
2-
allowlist_externals = poetry
32
isolated_build = True
43
envlist = bandit, check-copyright, black-check, vulture, mypy, py3{9,10,11,12}, docs
5-
skip_install = True
64

75
[tox:.package]
86
# note tox will use the same python version as under what tox is installed to package
@@ -11,6 +9,8 @@ skip_install = True
119
basepython = python3
1210

1311
[testenv]
12+
allowlist_externals = poetry
13+
skip_install = True
1414
# From Poetry FAQ "Is tox supported?" (https://python-poetry.org/docs/faq/#use-case-2)
1515
#
1616
# tox will create an sdist package of the project and uses pip to install it in

0 commit comments

Comments
 (0)