Skip to content

Commit

Permalink
move allowlist_externals in testenv
Browse files Browse the repository at this point in the history
  • Loading branch information
muxator committed Sep 17, 2024
1 parent e877afa commit 717f620
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[tox]
allowlist_externals = poetry
isolated_build = True
envlist = bandit, check-copyright, black-check, vulture, mypy, py3{9,10,11,12}, docs
skip_install = True

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

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

0 comments on commit 717f620

Please sign in to comment.