Pytest warning when setting a boolean variable using monkeypatch
/home/yschneider/dev/workers/base-worker/tests/test_base_worker.py:136: PytestWarning: Value of environment variable ARKINDEX_DEBUG type should be str, but got True (type: bool); converted to str implicitly
monkeypatch.setenv("ARKINDEX_DEBUG", True)