Commit 45f00ab5 authored by dmMaze's avatar dmMaze
Browse files

exclude pyside because some hack would not work with it

parent 1b6d1f9d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ import argparse
import os.path as osp
import os

QT_APIS = ['pyqt5', 'pyqt6', 'pyside2', 'pyside6']
QT_APIS = ['pyqt5', 'pyqt6']

def main():
    parser = argparse.ArgumentParser()