Commit df9d3c91 by Junpei Kawamoto Committed by GitHub

Docs: whitelist_externals was replaced by allowlist_externals (#7341)

parent d8b5181b
...@@ -81,7 +81,7 @@ Thus, dependencies are resolved by `pip`. ...@@ -81,7 +81,7 @@ Thus, dependencies are resolved by `pip`.
isolated_build = true isolated_build = true
[testenv] [testenv]
whitelist_externals = poetry allowlist_externals = poetry
commands_pre = commands_pre =
poetry install --no-root --sync poetry install --no-root --sync
commands = commands =
...@@ -99,7 +99,7 @@ isolated_build = true ...@@ -99,7 +99,7 @@ isolated_build = true
[testenv] [testenv]
skip_install = true skip_install = true
whitelist_externals = poetry allowlist_externals = poetry
commands_pre = commands_pre =
poetry install poetry install
commands = commands =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment