mirror of
https://github.com/bendtherules/pytest_gui_status.git
synced 2026-08-18 13:42:26 +00:00
Use caps PYTEST_STATUS_PORT in gui_backend.py, causing errors on linux
This commit is contained in:
@@ -8,7 +8,7 @@ import humanfriendly
|
|||||||
import os.path
|
import os.path
|
||||||
|
|
||||||
|
|
||||||
env_redis_port = os.environ.get("pytest_status_port")
|
env_redis_port = os.environ.get("PYTEST_STATUS_PORT")
|
||||||
if env_redis_port:
|
if env_redis_port:
|
||||||
REDIS_PORT = int(env_redis_port)
|
REDIS_PORT = int(env_redis_port)
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user