From 606010c96082a127f14f7682b4569a14060f6f23 Mon Sep 17 00:00:00 2001 From: zoshua Date: Fri, 1 Mar 2024 12:58:24 -0700 Subject: [PATCH] Update run_tests.py - rolling back last commit --- run_tests.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/run_tests.py b/run_tests.py index 81d1c126..d47fce19 100644 --- a/run_tests.py +++ b/run_tests.py @@ -52,8 +52,5 @@ def binding(binding): with binding("PySide2"): errors += subprocess.call(argv) - with binding("PySide6"): - errors += subprocess.call(argv) - if errors: raise Exception("%i binding(s) failed." % errors)