Code review comment for lp:~dobey/dirspec/update-4-0

Revision history for this message
Ubuntu One Auto Pilot (otto-pilot) wrote :

The attempt to merge lp:~dobey/dirspec/update-4-0 into lp:dirspec/stable-4-0 failed. Below is the output from the failed tests.

running build
running build_py
creating build
creating build/lib.linux-x86_64-2.7
creating build/lib.linux-x86_64-2.7/dirspec
copying dirspec/utils.py -> build/lib.linux-x86_64-2.7/dirspec
copying dirspec/basedir.py -> build/lib.linux-x86_64-2.7/dirspec
copying dirspec/__init__.py -> build/lib.linux-x86_64-2.7/dirspec
running test
running egg_info
creating dirspec.egg-info
writing dirspec.egg-info/PKG-INFO
writing top-level names to dirspec.egg-info/top_level.txt
writing dependency_links to dirspec.egg-info/dependency_links.txt
writing manifest file 'dirspec.egg-info/SOURCES.txt'
reading manifest file 'dirspec.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'dirspec.egg-info/SOURCES.txt'
running build_ext

+ python ./setup.py build test clean
test_cache_home (dirspec.tests.test_basedir.BasedirTestCase)
dirspec.tests.test_basedir.BasedirTestCase.test_cache_home ... ok
test_config_dirs (dirspec.tests.test_basedir.BasedirTestCase)
dirspec.tests.test_basedir.BasedirTestCase.test_config_dirs ... ok
test_config_home (dirspec.tests.test_basedir.BasedirTestCase)
dirspec.tests.test_basedir.BasedirTestCase.test_config_home ... ok
test_data_dirs (dirspec.tests.test_basedir.BasedirTestCase)
dirspec.tests.test_basedir.BasedirTestCase.test_data_dirs ... ok
test_data_home (dirspec.tests.test_basedir.BasedirTestCase)
dirspec.tests.test_basedir.BasedirTestCase.test_data_home ... ok
test_default_cache_home (dirspec.tests.test_basedir.BasedirTestCase)
dirspec.tests.test_basedir.BasedirTestCase.test_default_cache_home ... ok
test_default_config_dirs (dirspec.tests.test_basedir.BasedirTestCase)
dirspec.tests.test_basedir.BasedirTestCase.test_default_config_dirs ... ok
test_default_config_home (dirspec.tests.test_basedir.BasedirTestCase)
dirspec.tests.test_basedir.BasedirTestCase.test_default_config_home ... ok
test_default_data_dirs (dirspec.tests.test_basedir.BasedirTestCase)
dirspec.tests.test_basedir.BasedirTestCase.test_default_data_dirs ... ok
test_default_data_home (dirspec.tests.test_basedir.BasedirTestCase)
dirspec.tests.test_basedir.BasedirTestCase.test_default_data_home ... ok
test_load_config_paths_filter (dirspec.tests.test_basedir.BasedirTestCase)
dirspec.tests.test_basedir.BasedirTestCase.test_load_config_paths_filter ... ok
test_save_config_path (dirspec.tests.test_basedir.BasedirTestCase)
dirspec.tests.test_basedir.BasedirTestCase.test_save_config_path ... ok
test_xdg_cache_home_is_utf8_bytes (dirspec.tests.test_basedir.BasedirTestCase)
dirspec.tests.test_basedir.BasedirTestCase.test_xdg_cache_home_is_utf8_bytes ... ok
test_xdg_config_dirs_are_bytes (dirspec.tests.test_basedir.BasedirTestCase)
dirspec.tests.test_basedir.BasedirTestCase.test_xdg_config_dirs_are_bytes ... ok
test_xdg_config_home_is_utf8_bytes (dirspec.tests.test_basedir.BasedirTestCase)
dirspec.tests.test_basedir.BasedirTestCase.test_xdg_config_home_is_utf8_bytes ... ok
test_xdg_data_dirs_are_bytes (dirspec.tests.test_basedir.BasedirTestCase)
dirspec.tests.test_basedir.BasedirTestCase.test_xdg_data_dirs_are_bytes ... ok
test_xdg_data_home_is_utf8_bytes (dirspec.tests.test_basedir.BasedirTestCase)
dirspec.tests.test_basedir.BasedirTestCase.test_xdg_data_home_is_utf8_bytes ... ok
test_darwin_pkgd (dirspec.tests.test_utils.DarwinPkgdTestCase)
dirspec.tests.test_utils.DarwinPkgdTestCase.test_darwin_pkgd ... ok
test_darwin_pkgd_raises_nopath (dirspec.tests.test_utils.DarwinPkgdTestCase)
dirspec.tests.test_utils.DarwinPkgdTestCase.test_darwin_pkgd_raises_nopath ... ok
test_darwin_pkgd_raises_on_no_appnames (dirspec.tests.test_utils.DarwinPkgdTestCase)
dirspec.tests.test_utils.DarwinPkgdTestCase.test_darwin_pkgd_raises_on_no_appnames ... ok
test_linux_no_src_relative_path (dirspec.tests.test_utils.PosixTestCase)
dirspec.tests.test_utils.PosixTestCase.test_linux_no_src_relative_path ... ok
test_linux_src_relative_path_exists (dirspec.tests.test_utils.PosixTestCase)
dirspec.tests.test_utils.PosixTestCase.test_linux_src_relative_path_exists ... ok
test_get_config_dirs (dirspec.tests.test_utils.TestBaseDirectoryWindows)
dirspec.tests.test_utils.TestBaseDirectoryWindows.test_get_config_dirs ... ok
test_get_data_dirs (dirspec.tests.test_utils.TestBaseDirectoryWindows)
dirspec.tests.test_utils.TestBaseDirectoryWindows.test_get_data_dirs ... ok
test_get_env_path_no_var (dirspec.tests.test_utils.TestBaseDirectoryWindows)
dirspec.tests.test_utils.TestBaseDirectoryWindows.test_get_env_path_no_var ... skipped u'UnicodeEncodeError: bug #907053'
test_get_env_path_var (dirspec.tests.test_utils.TestBaseDirectoryWindows)
dirspec.tests.test_utils.TestBaseDirectoryWindows.test_get_env_path_var ... skipped u'UnicodeEncodeError: bug #907053'
test_get_special_folders (dirspec.tests.test_utils.TestBaseDirectoryWindows)
dirspec.tests.test_utils.TestBaseDirectoryWindows.test_get_special_folders ... skipped u'Win32 is required for this test.'
test_unfrozen_dev_toplevel (dirspec.tests.test_utils.UnfrozenSrcTestCase)
dirspec.tests.test_utils.UnfrozenSrcTestCase.test_unfrozen_dev_toplevel ... ok
test_unfrozen_dev_toplevel_raises_nopath (dirspec.tests.test_utils.UnfrozenSrcTestCase)
dirspec.tests.test_utils.UnfrozenSrcTestCase.test_unfrozen_dev_toplevel_raises_nopath ... ok
test_user_home_is_utf8_bytes (dirspec.tests.test_utils.UtilsTestCase)
dirspec.tests.test_utils.UtilsTestCase.test_user_home_is_utf8_bytes ... ok
test_windows_pkgd (dirspec.tests.test_utils.Win32PkgdTestCase)
dirspec.tests.test_utils.Win32PkgdTestCase.test_windows_pkgd ... ok
test_windows_pkgd_raises_nopath (dirspec.tests.test_utils.Win32PkgdTestCase)
dirspec.tests.test_utils.Win32PkgdTestCase.test_windows_pkgd_raises_nopath ... ok

----------------------------------------------------------------------
Ran 32 tests in 0.022s

OK (skipped=3)
++ which python3
+ '[' -x /usr/bin/python3 ']'
+ python3 ./setup.py build test clean
Traceback (most recent call last):
  File "./setup.py", line 18, in <module>
    from setuptools import setup
ImportError: No module named setuptools

« Back to merge proposal