mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +00:00
- test_timezone_env() is producing the warning, "PytestReturnNotNoneWarning: Test functions should return None, but src/cmdeploy/tests/online/test_1_basic.py::test_timezone_env returned <class 'bool'>". - Revised test_timezone_env() to return None for success instead of True.