mirror of
https://github.com/morpheus65535/bazarr
synced 2025-02-18 20:20:40 +00:00
no log: add default env vars to bazarr config tests
This commit is contained in:
parent
110462c7ba
commit
616994487c
1 changed files with 7 additions and 0 deletions
7
tests/bazarr/conftest.py
Normal file
7
tests/bazarr/conftest.py
Normal 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)
|
Loading…
Reference in a new issue