-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trr tests implementation in the core nectarchain module #173
base: main
Are you sure you want to change the base?
Trr tests implementation in the core nectarchain module #173
Conversation
gange pyq5 to pyqt6
Grrr... I think something is still missing in the environment recipes. Trying with a fresh
|
However it works with the CI... |
Right, but in CI, we do not try to open the GUI of the TRR suite. And here, it is the import to |
…UI, on Linux at least
…acOS, add conditional imports on PyQt5/PyQt6.
Hum, from a fresh environment:
launching the TRR GUI still fails because of
|
This PR change the location of the TRR test suite into the main module with a dedicated submodule trr_test_suite.
I change the PyQt dependencies to the version 6 too.