Description
During the build of the devBE we discovered some failing Python import tests (as part of LCG Test). These show two missing dependency definitions:
I. Add cryptography for paramiko
ModuleNotFoundError: No module named 'cryptography'
|
|
CMake Error at /build/jenkins/workspace/lcgtest/cmake/scripts/TestDriver.cmake:52 (message):
|
Command failed (1):
|
Source: https://pypi.org/project/cryptography/
II. Add QtPy
- Failing test spyder_spyder_breakpoints_import_test in CDash
- Failing test spyder_spyder_profiler_import_test in CDash
- Failing test spyder_spyder_pylint_import_test in CDash
ModuleNotFoundError: No module named 'qtpy'
|
|
CMake Error at /build/jenkins/workspace/lcgtest/cmake/scripts/TestDriver.cmake:52 (message):
|
Command failed (1):
|
Source: https://pypi.org/project/QtPy/
—
Also: Make sure that there are no further missing dependencies
Attachments
1.
|
Add cryptography |
|
Resolved | Ivan Razumov |
2.
|
Add QtPy |
|
Resolved | Ivan Razumov |
3.
|
Update spyder to 3.3.4 |
|
Resolved | Johannes Martin Heinz (Inactive) |
4.
|
Missing dependencies for paramiko |
|
Resolved | Ivan Razumov |