From 7eebce76db12824a39dd3b3c7352d697662bbfd8 Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Fri, 1 Mar 2024 19:59:46 -0600 Subject: [PATCH] Release v0.9.1 --- HISTORY.txt | 2 +- test.py | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/HISTORY.txt b/HISTORY.txt index bde0adb..9276087 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,4 +1,4 @@ -v0.9.1 - TBD +v0.9.1 - 2024-03-02 - Fixed issue with logging not working when set from px.ini - #204 - Fixed issue with environment variables not propagating to all processes in Linux - Documented how to install binary version of Px on Windows without running in a diff --git a/test.py b/test.py index c486ce4..d6336a0 100644 --- a/test.py +++ b/test.py @@ -465,7 +465,9 @@ def socketTestSetup(): localips = getips() localips.insert(0, "") localips.remove("127.0.0.1") - for ip in localips[:3]: + for ip in localips: + if ip.startswith("172.1"): + continue cmd = "" if ip != "": cmd = "--listen=" + ip