no log: add default env vars to bazarr config tests

This commit is contained in:
vitiko98 2022-06-21 15:55:39 -04:00
parent 110462c7ba
commit 616994487c
1 changed files with 7 additions and 0 deletions

7
tests/bazarr/conftest.py Normal file
View File

@ -0,0 +1,7 @@
import os
import logging
os.environ["NO_CLI"] = "true"
os.environ["SZ_USER_AGENT"] = "test"
logging.getLogger("rebulk").setLevel(logging.WARNING)