Skip to content

Commit

Permalink
Docs: whitelist_externals was replaced by allowlist_externals (#7341)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkawamoto authored Jan 11, 2023
1 parent d8b5181 commit df9d3c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Thus, dependencies are resolved by `pip`.
isolated_build = true

[testenv]
whitelist_externals = poetry
allowlist_externals = poetry
commands_pre =
poetry install --no-root --sync
commands =
Expand All @@ -99,7 +99,7 @@ isolated_build = true

[testenv]
skip_install = true
whitelist_externals = poetry
allowlist_externals = poetry
commands_pre =
poetry install
commands =
Expand Down

0 comments on commit df9d3c9

Please sign in to comment.