Skip to content

fix: preserve env when running pytest

Yaroslav Dynnikov requested to merge pytest-env into master

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.

Merge request reports