diff --git a/tests/main.py b/tests/main.py index 73df623e..57806a01 100644 --- a/tests/main.py +++ b/tests/main.py @@ -102,8 +102,6 @@ FRAPPE_VERSION={os.getenv("FRAPPE_VERSION")} ERPNEXT_VERSION={os.getenv("ERPNEXT_VERSION")} """ ) - with open("tests/.env") as f: - print(f.read()) @log("Print compose configuration")