Skip to content

Commit

Permalink
Update run_tests.py - rolling back last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
zoshua authored Mar 1, 2024
1 parent 4e1fd21 commit 606010c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 606010c

Please sign in to comment.