diff --git a/Tests/helper.py b/Tests/helper.py index 8504993fb..feccce6bc 100644 --- a/Tests/helper.py +++ b/Tests/helper.py @@ -30,7 +30,6 @@ if os.environ.get("SHOW_ERRORS", None): a.show() b.show() - elif "GITHUB_ACTIONS" in os.environ: HAS_UPLOADER = True @@ -44,7 +43,6 @@ elif "GITHUB_ACTIONS" in os.environ: b.save(os.path.join(tmpdir, "b.png")) return tmpdir - else: try: import test_image_results