Build casatools on different Python Platforms.

Build: #35 failed

Job: Test 3.7 failed

Stages & jobs

  1. Default Stage

  2. Test

  3. Publish wheels

Full log: Test case result

The below summarizes the result of the test "Full log" in build 35 of CASA - Casa 6 Casatools variants - Test 3.7. View test case history
Description
Full log
Test class
test_sdm_fromms
Method
full log
Duration
< 1 sec
Status
Failed (New Failure)

Error Log

Traceback (most recent call last):
  File "/home/casatest/venv/lib/python3.7/site-packages/casatestutils/__init__.py", line 34, in <module>
    import casatasks
ModuleNotFoundError: No module named 'casatasks'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/casatest/casa6/casatools/tests/tools/sdm/test_sdm_fromms.py", line 22, in <module>
    from casatestutils import testhelper as th
  File "/home/casatest/venv/lib/python3.7/site-packages/casatestutils/__init__.py", line 42, in <module>
    from __main__ import default
ImportError: cannot import name 'default' from '__main__' (/home/casatest/casa6/casatools/tests/tools/sdm/test_sdm_fromms.py)