From d0a6672eb48f6cb2729090bdf42104387d8ea725 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Wed, 21 Aug 2024 04:04:22 +0200 Subject: [PATCH] fixup run pip wrapper in strict mode --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 425ed73ae3..96c16e9b5b 100644 --- a/tox.ini +++ b/tox.ini @@ -16,6 +16,8 @@ deps = -rrequirements{/}tox-py.in install_command = {envpython} \ {[python-cli-options]byte-errors} \ + {[python-cli-options]some-isolation} \ + {[python-cli-options]warnings-to-errors} \ {toxinidir}{/}bin{/}pip_wrapper.py \ '{toxinidir}{/}requirements{/}' \ '{envname}' \