Skip to content
Snippets Groups Projects
Commit 8497cbbef31d authored by Nicolas Chauvat's avatar Nicolas Chauvat
Browse files

ci: that tox option is now named allowlist_externals

parent 2d4a80683617
No related branches found
No related tags found
No related merge requests found
Pipeline #181736 failed
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
[testenv:pypi-publish] [testenv:pypi-publish]
basepython = python3 basepython = python3
skip_install = true skip_install = true
whitelist_externals = rm allowlist_externals = rm
deps = deps =
twine twine
passenv = passenv =
...@@ -66,4 +66,4 @@ ...@@ -66,4 +66,4 @@
skip_install = true skip_install = true
deps = deps =
black >= 22.12 black >= 22.12
commands = black . commands = black .
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment