Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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