Djebran Lezzoum
Djebran Lezzoum
I think I found the problem Used the same test used in unit tests in PR https://github.com/go-gorm/gorm/pull/6771 The unit tests are only using First with var find1 Value But when...
This is an ugly resolution but help go around to solve pyside problem from qtreactor import qtreactor_config qtreactor_config._instance.qtname = 'PySide' import qtreactor.pyside4reactor qtreactor.pyside4reactor.install()
recomend to make changes to qtreactor_config ``` python qt_preset = "PyQT4" class _config(object): def __init__(self): self.qtname = qt_preset if self.qtname != "": self.preset = True _instance = None def set_qt_preset(name=qt_preset):...
in order to have the unit tests to pass locally I had to add that uri multiple time in cassetes yml file, I am not sure if it's the way...
@thomasmckay many thanks for your review, spent many time trying to setup the centos7 devel VM but in vain (The VM always hanging on waiting for IP address), (there is...