fix: preserve env when running pytest
- May 17, 2022
-
-
Yaroslav Dynnikov authored
Before this patch, pytest used to launch all instances in a clean environment. It prevented running with `PICODATA_LOG_LEVEL=verbose`.
-
Before this patch, pytest used to launch all instances in a clean
environment. It prevented running with PICODATA_LOG_LEVEL=verbose
which is useful for test debugging.
Before this patch, pytest used to launch all instances in a clean environment. It prevented running with `PICODATA_LOG_LEVEL=verbose`.