Ubuntu Pastebin

Paste from alesage at Thu, 5 Feb 2015 19:28:27 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
148 alesage@dioptrique:~/workspace/sanity-suite/uninstall_click⟫ python3 -m ubuntu_sanity_tests.command_line ubuntu_sanity_tests.tests.test_uninstall_application
The ubuntuuitoolkit.emulators module is deprecated. Import the autopilot helpers from the top-level ubuntuuitoolkit module.
Traceback (most recent call last):
  File "/usr/lib/python3.4/runpy.py", line 170, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib/python3.4/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/home/alesage/workspace/sanity-suite/uninstall_click/ubuntu_sanity_tests/command_line.py", line 174, in <module>
    sys.exit(main())
  File "/home/alesage/workspace/sanity-suite/uninstall_click/ubuntu_sanity_tests/command_line.py", line 39, in main
    return run_sanity_tests(args.config, args.suites)
  File "/home/alesage/workspace/sanity-suite/uninstall_click/ubuntu_sanity_tests/command_line.py", line 63, in run_sanity_tests
    config_stack = _get_config_stack(conf_name, tests_to_run, tests_module)
  File "/home/alesage/workspace/sanity-suite/uninstall_click/ubuntu_sanity_tests/command_line.py", line 86, in _get_config_stack
    config.register_test_options(tests_module)
  File "/home/alesage/workspace/sanity-suite/uninstall_click/ubuntu_sanity_tests/config.py", line 82, in register_test_options
    from ubuntu_sanity_tests import tests
  File "/home/alesage/workspace/sanity-suite/uninstall_click/ubuntu_sanity_tests/tests/__init__.py", line 21, in <module>
    from ubuntu_sanity_tests.tests import (
  File "/home/alesage/workspace/sanity-suite/uninstall_click/ubuntu_sanity_tests/tests/test_uninstall_application.py", line 28, in <module>
    import ubuntu_sanity_tests.helpers.unityclickscope  # NOQA
  File "/home/alesage/workspace/sanity-suite/uninstall_click/ubuntu_sanity_tests/helpers/unityclickscope.py", line 21, in <module>
    import unityclickscope
  File "/usr/lib/python3/dist-packages/unityclickscope/__init__.py", line 29, in <module>
    class GenericScopeView(dash.DashApps):
AttributeError: 'module' object has no attribute 'DashApps'
Download as text