Created
April 11, 2012 13:07
-
-
Save ralphbean/2359197 to your computer and use it in GitHub Desktop.
tox output from my attempted run of virtualenvwrapper tests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| _________________________________ [tox sdist] __________________________________ | |
| [TOX] ***creating sdist package | |
| [TOX] /home/threebean/devel/virtualenvwrapper$ /home/threebean/foo-env/bin/python setup.py sdist --formats=zip --dist-dir .tox/dist >.tox/log/0.log | |
| [TOX] ***copying new sdistfile to '/home/threebean/.tox/distshare/virtualenvwrapper-3.2.zip' | |
| ______________________________ [tox testenv:py27] ______________________________ | |
| [TOX] ***reusing existing matching virtualenv py27 | |
| [TOX] ***upgrade-installing sdist | |
| [TOX] /home/threebean/devel/virtualenvwrapper/.tox/py27/log$ ../bin/pip install --download-cache=/home/threebean/devel/virtualenvwrapper/.tox/_download /home/threebean/devel/virtualenvwrapper/.tox/dist/virtualenvwrapper-3.2.zip -U --no-deps >4.log | |
| [TOX] WARNING:test command found but not installed in testenv | |
| cmd: /usr/bin/bash | |
| env: /home/threebean/devel/virtualenvwrapper/.tox/py27 | |
| Maybe forgot to specify a dependency? | |
| [TOX] /home/threebean/devel/virtualenvwrapper$ /usr/bin/bash ./tests/run_tests /home/threebean/devel/virtualenvwrapper/.tox/py27 | |
| ******************************************************************************** | |
| Running tests/test_add2virtualenv.sh | |
| VIRTUAL_ENV=/home/threebean/devel/virtualenvwrapper/.tox/py27 | |
| VIRTUALENVWRAPPER_PYTHON=/home/threebean/devel/virtualenvwrapper/.tox/py27/bin/python | |
| Python 2.7.2 | |
| PYTHONPATH= | |
| SHELL=/usr/bin/bash | |
| test_add2virtualenv | |
| test_add2virtualenv_relative | |
| Warning: Converting "../virtualenvwrapper" to "/home/threebean/devel/virtualenvwrapper" | |
| test_add2virtualenv_space | |
| Warning: Converting "a b" to "/tmp/WORKON_HOME.26436/pathtest_space/a b" | |
| test_add2virtualenv_ampersand | |
| Warning: Converting "a & b" to "/tmp/WORKON_HOME.26436/pathtest_ampersand/a & b" | |
| test_add2virtualenv_delete | |
| test_add2virtualenv_delete_space | |
| test_add2virtualenv_delete_ampersand | |
| Ran 7 tests. | |
| OK | |
| ******************************************************************************** | |
| Running tests/test_add2virtualenv.sh | |
| VIRTUAL_ENV=/home/threebean/devel/virtualenvwrapper/.tox/py27 | |
| VIRTUALENVWRAPPER_PYTHON=/home/threebean/devel/virtualenvwrapper/.tox/py27/bin/python | |
| Python 2.7.2 | |
| PYTHONPATH= | |
| SHELL=/usr/bin/ksh | |
| test_add2virtualenv | |
| test_add2virtualenv_relative | |
| Warning: Converting "../virtualenvwrapper" to "/home/threebean/devel/virtualenvwrapper" | |
| test_add2virtualenv_space | |
| Warning: Converting "a b" to "/tmp/WORKON_HOME.27173/pathtest_space/a b" | |
| test_add2virtualenv_ampersand | |
| Warning: Converting "a & b" to "/tmp/WORKON_HOME.27173/pathtest_ampersand/a & b" | |
| test_add2virtualenv_delete | |
| test_add2virtualenv_delete_space | |
| test_add2virtualenv_delete_ampersand | |
| Ran 7 tests. | |
| OK | |
| ******************************************************************************** | |
| Running tests/test_add2virtualenv.sh | |
| VIRTUAL_ENV=/home/threebean/devel/virtualenvwrapper/.tox/py27 | |
| VIRTUALENVWRAPPER_PYTHON=/home/threebean/devel/virtualenvwrapper/.tox/py27/bin/python | |
| Python 2.7.2 | |
| PYTHONPATH= | |
| SHELL=/usr/bin/zsh | |
| test_add2virtualenv | |
| test_add2virtualenv_relative | |
| Warning: Converting "../virtualenvwrapper" to "/home/threebean/devel/virtualenvwrapper" | |
| test_add2virtualenv_space | |
| Warning: Converting "a b" to "/tmp/WORKON_HOME.27636/pathtest_space/a b" | |
| test_add2virtualenv_ampersand | |
| Warning: Converting "a & b" to "/tmp/WORKON_HOME.27636/pathtest_ampersand/a & b" | |
| test_add2virtualenv_delete | |
| test_add2virtualenv_delete_space | |
| test_add2virtualenv_delete_ampersand | |
| Ran 7 tests. | |
| OK | |
| ******************************************************************************** | |
| Running tests/test_cd.sh | |
| VIRTUAL_ENV=/home/threebean/devel/virtualenvwrapper/.tox/py27 | |
| VIRTUALENVWRAPPER_PYTHON=/home/threebean/devel/virtualenvwrapper/.tox/py27/bin/python | |
| Python 2.7.2 | |
| PYTHONPATH= | |
| SHELL=/usr/bin/bash | |
| Using real prefix '/usr' | |
| New python executable in cd-test/bin/python2.7 | |
| Also creating executable in cd-test/bin/python | |
| Installing setuptools............done. | |
| Installing pip...............done. | |
| test_cdvirtual | |
| test_cdsitepackages | |
| test_cdsitepackages_with_arg | |
| test_cdvirtualenv_no_workon_home | |
| test_cdsitepackages_no_workon_home | |
| Ran 5 tests. | |
| OK | |
| ******************************************************************************** | |
| Running tests/test_cd.sh | |
| VIRTUAL_ENV=/home/threebean/devel/virtualenvwrapper/.tox/py27 | |
| VIRTUALENVWRAPPER_PYTHON=/home/threebean/devel/virtualenvwrapper/.tox/py27/bin/python | |
| Python 2.7.2 | |
| PYTHONPATH= | |
| SHELL=/usr/bin/ksh | |
| Using real prefix '/usr' | |
| New python executable in cd-test/bin/python2.7 | |
| Also creating executable in cd-test/bin/python | |
| Installing setuptools............done. | |
| Installing pip...............done. | |
| test_cdvirtual | |
| test_cdsitepackages | |
| test_cdsitepackages_with_arg | |
| test_cdvirtualenv_no_workon_home | |
| test_cdsitepackages_no_workon_home | |
| Ran 5 tests. | |
| OK | |
| ******************************************************************************** | |
| Running tests/test_cd.sh | |
| VIRTUAL_ENV=/home/threebean/devel/virtualenvwrapper/.tox/py27 | |
| VIRTUALENVWRAPPER_PYTHON=/home/threebean/devel/virtualenvwrapper/.tox/py27/bin/python | |
| Python 2.7.2 | |
| PYTHONPATH= | |
| SHELL=/usr/bin/zsh | |
| Using real prefix '/usr' | |
| New python executable in cd-test/bin/python2.7 | |
| Also creating executable in cd-test/bin/python | |
| Installing setuptools............done. | |
| Installing pip...............done. | |
| test_cdvirtual | |
| test_cdsitepackages | |
| test_cdsitepackages_with_arg | |
| test_cdvirtualenv_no_workon_home | |
| test_cdsitepackages_no_workon_home | |
| Ran 5 tests. | |
| OK | |
| ******************************************************************************** | |
| Running tests/test_cp.sh | |
| VIRTUAL_ENV=/home/threebean/devel/virtualenvwrapper/.tox/py27 | |
| VIRTUALENVWRAPPER_PYTHON=/home/threebean/devel/virtualenvwrapper/.tox/py27/bin/python | |
| Python 2.7.2 | |
| PYTHONPATH= | |
| SHELL=/usr/bin/bash | |
| test_new_env_activated | |
| Using real prefix '/usr' | |
| New python executable in source/bin/python2.7 | |
| Also creating executable in source/bin/python | |
| Installing setuptools............done. | |
| Installing pip...............done. | |
| Script /tmp/WORKON_HOME.29173/destination/bin/activate.csh cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Script /tmp/WORKON_HOME.29173/destination/bin/predeactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Script /tmp/WORKON_HOME.29173/destination/bin/postdeactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.29173/destination/bin/pip-2.7 relative | |
| Script /tmp/WORKON_HOME.29173/destination/bin/get_env_details cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.29173/destination/bin/pip relative | |
| Script /tmp/WORKON_HOME.29173/destination/bin/preactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Script /tmp/WORKON_HOME.29173/destination/bin/postactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Script /tmp/WORKON_HOME.29173/destination/bin/activate.fish cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.29173/destination/bin/easy_install relative | |
| Making script /tmp/WORKON_HOME.29173/destination/bin/testscript.py relative | |
| Making script /tmp/WORKON_HOME.29173/destination/bin/easy_install-2.7 relative | |
| Removing source... | |
| test_virtual_env_variable | |
| Using real prefix '/usr' | |
| New python executable in source/bin/python2.7 | |
| Also creating executable in source/bin/python | |
| Installing setuptools............done. | |
| Installing pip...............done. | |
| Script /tmp/WORKON_HOME.29173/destination/bin/activate.csh cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Script /tmp/WORKON_HOME.29173/destination/bin/predeactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Script /tmp/WORKON_HOME.29173/destination/bin/postdeactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.29173/destination/bin/pip-2.7 relative | |
| Script /tmp/WORKON_HOME.29173/destination/bin/get_env_details cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.29173/destination/bin/pip relative | |
| Script /tmp/WORKON_HOME.29173/destination/bin/preactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Script /tmp/WORKON_HOME.29173/destination/bin/postactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Script /tmp/WORKON_HOME.29173/destination/bin/activate.fish cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.29173/destination/bin/easy_install relative | |
| Making script /tmp/WORKON_HOME.29173/destination/bin/easy_install-2.7 relative | |
| test_virtualenvwrapper_virtualenv_variable | |
| Using real prefix '/usr' | |
| New python executable in source/bin/python2.7 | |
| Also creating executable in source/bin/python | |
| Installing setuptools............done. | |
| Installing pip...............done. | |
| Script /tmp/WORKON_HOME.29173/destination/bin/activate.csh cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Script /tmp/WORKON_HOME.29173/destination/bin/predeactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Script /tmp/WORKON_HOME.29173/destination/bin/postdeactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.29173/destination/bin/pip-2.7 relative | |
| Script /tmp/WORKON_HOME.29173/destination/bin/get_env_details cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.29173/destination/bin/pip relative | |
| Script /tmp/WORKON_HOME.29173/destination/bin/preactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Script /tmp/WORKON_HOME.29173/destination/bin/postactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Script /tmp/WORKON_HOME.29173/destination/bin/activate.fish cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.29173/destination/bin/easy_install relative | |
| Making script /tmp/WORKON_HOME.29173/destination/bin/easy_install-2.7 relative | |
| test_source_relocatable | |
| Using real prefix '/usr' | |
| New python executable in source/bin/python2.7 | |
| Also creating executable in source/bin/python | |
| Installing setuptools............done. | |
| Installing pip...............done. | |
| Script /tmp/WORKON_HOME.29173/destination/bin/activate.csh cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Script /tmp/WORKON_HOME.29173/destination/bin/predeactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Script /tmp/WORKON_HOME.29173/destination/bin/postdeactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Script /tmp/WORKON_HOME.29173/destination/bin/get_env_details cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Script /tmp/WORKON_HOME.29173/destination/bin/preactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Script /tmp/WORKON_HOME.29173/destination/bin/postactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Script /tmp/WORKON_HOME.29173/destination/bin/activate.fish cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| test_source_does_not_exist | |
| test_hooks | |
| Using real prefix '/usr' | |
| New python executable in source/bin/python2.7 | |
| Also creating executable in source/bin/python | |
| Installing setuptools............done. | |
| Installing pip...............done. | |
| Script /tmp/WORKON_HOME.29173/destination/bin/activate.csh cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Script /tmp/WORKON_HOME.29173/destination/bin/predeactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Script /tmp/WORKON_HOME.29173/destination/bin/postdeactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.29173/destination/bin/pip-2.7 relative | |
| Script /tmp/WORKON_HOME.29173/destination/bin/get_env_details cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.29173/destination/bin/pip relative | |
| Script /tmp/WORKON_HOME.29173/destination/bin/preactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Script /tmp/WORKON_HOME.29173/destination/bin/postactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Script /tmp/WORKON_HOME.29173/destination/bin/activate.fish cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.29173/destination/bin/easy_install relative | |
| Making script /tmp/WORKON_HOME.29173/destination/bin/easy_install-2.7 relative | |
| test_no_site_packages | |
| Script /tmp/WORKON_HOME.29173/destination/bin/activate.csh cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.29173/destination/bin/pip-2.7 relative | |
| Making script /tmp/WORKON_HOME.29173/destination/bin/pip relative | |
| Script /tmp/WORKON_HOME.29173/destination/bin/activate.fish cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.29173/destination/bin/easy_install relative | |
| Making script /tmp/WORKON_HOME.29173/destination/bin/easy_install-2.7 relative | |
| test_no_site_packages_default_args | |
| Script /tmp/WORKON_HOME.29173/destination/bin/activate.csh cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Script /tmp/WORKON_HOME.29173/destination/bin/predeactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Script /tmp/WORKON_HOME.29173/destination/bin/postdeactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.29173/destination/bin/pip-2.7 relative | |
| Script /tmp/WORKON_HOME.29173/destination/bin/get_env_details cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.29173/destination/bin/pip relative | |
| Script /tmp/WORKON_HOME.29173/destination/bin/preactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Script /tmp/WORKON_HOME.29173/destination/bin/postactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Script /tmp/WORKON_HOME.29173/destination/bin/activate.fish cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.29173/destination/bin/easy_install relative | |
| Making script /tmp/WORKON_HOME.29173/destination/bin/easy_install-2.7 relative | |
| test_no_site_packages_default_behavior | |
| Script /tmp/WORKON_HOME.29173/destination/bin/activate.csh cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Script /tmp/WORKON_HOME.29173/destination/bin/predeactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Script /tmp/WORKON_HOME.29173/destination/bin/postdeactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.29173/destination/bin/pip-2.7 relative | |
| Script /tmp/WORKON_HOME.29173/destination/bin/get_env_details cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.29173/destination/bin/pip relative | |
| Script /tmp/WORKON_HOME.29173/destination/bin/preactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Script /tmp/WORKON_HOME.29173/destination/bin/postactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Script /tmp/WORKON_HOME.29173/destination/bin/activate.fish cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.29173/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.29173/destination/bin/easy_install relative | |
| Making script /tmp/WORKON_HOME.29173/destination/bin/easy_install-2.7 relative | |
| Ran 9 tests. | |
| OK | |
| ******************************************************************************** | |
| Running tests/test_cp.sh | |
| VIRTUAL_ENV=/home/threebean/devel/virtualenvwrapper/.tox/py27 | |
| VIRTUALENVWRAPPER_PYTHON=/home/threebean/devel/virtualenvwrapper/.tox/py27/bin/python | |
| Python 2.7.2 | |
| PYTHONPATH= | |
| SHELL=/usr/bin/ksh | |
| test_new_env_activated | |
| Using real prefix '/usr' | |
| New python executable in source/bin/python2.7 | |
| Also creating executable in source/bin/python | |
| Installing setuptools............done. | |
| Installing pip...............done. | |
| Script /tmp/WORKON_HOME.30869/destination/bin/activate.csh cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Script /tmp/WORKON_HOME.30869/destination/bin/predeactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Script /tmp/WORKON_HOME.30869/destination/bin/postdeactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.30869/destination/bin/pip-2.7 relative | |
| Script /tmp/WORKON_HOME.30869/destination/bin/get_env_details cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.30869/destination/bin/pip relative | |
| Script /tmp/WORKON_HOME.30869/destination/bin/preactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Script /tmp/WORKON_HOME.30869/destination/bin/postactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Script /tmp/WORKON_HOME.30869/destination/bin/activate.fish cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.30869/destination/bin/easy_install relative | |
| Making script /tmp/WORKON_HOME.30869/destination/bin/testscript.py relative | |
| Making script /tmp/WORKON_HOME.30869/destination/bin/easy_install-2.7 relative | |
| Removing source... | |
| test_virtual_env_variable | |
| Using real prefix '/usr' | |
| New python executable in source/bin/python2.7 | |
| Also creating executable in source/bin/python | |
| Installing setuptools............done. | |
| Installing pip...............done. | |
| Script /tmp/WORKON_HOME.30869/destination/bin/activate.csh cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Script /tmp/WORKON_HOME.30869/destination/bin/predeactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Script /tmp/WORKON_HOME.30869/destination/bin/postdeactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.30869/destination/bin/pip-2.7 relative | |
| Script /tmp/WORKON_HOME.30869/destination/bin/get_env_details cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.30869/destination/bin/pip relative | |
| Script /tmp/WORKON_HOME.30869/destination/bin/preactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Script /tmp/WORKON_HOME.30869/destination/bin/postactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Script /tmp/WORKON_HOME.30869/destination/bin/activate.fish cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.30869/destination/bin/easy_install relative | |
| Making script /tmp/WORKON_HOME.30869/destination/bin/easy_install-2.7 relative | |
| test_virtualenvwrapper_virtualenv_variable | |
| Using real prefix '/usr' | |
| New python executable in source/bin/python2.7 | |
| Also creating executable in source/bin/python | |
| Installing setuptools............done. | |
| Installing pip...............done. | |
| Script /tmp/WORKON_HOME.30869/destination/bin/activate.csh cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Script /tmp/WORKON_HOME.30869/destination/bin/predeactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Script /tmp/WORKON_HOME.30869/destination/bin/postdeactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.30869/destination/bin/pip-2.7 relative | |
| Script /tmp/WORKON_HOME.30869/destination/bin/get_env_details cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.30869/destination/bin/pip relative | |
| Script /tmp/WORKON_HOME.30869/destination/bin/preactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Script /tmp/WORKON_HOME.30869/destination/bin/postactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Script /tmp/WORKON_HOME.30869/destination/bin/activate.fish cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.30869/destination/bin/easy_install relative | |
| Making script /tmp/WORKON_HOME.30869/destination/bin/easy_install-2.7 relative | |
| test_source_relocatable | |
| Using real prefix '/usr' | |
| New python executable in source/bin/python2.7 | |
| Also creating executable in source/bin/python | |
| Installing setuptools............done. | |
| Installing pip...............done. | |
| Script /tmp/WORKON_HOME.30869/destination/bin/activate.csh cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Script /tmp/WORKON_HOME.30869/destination/bin/predeactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Script /tmp/WORKON_HOME.30869/destination/bin/postdeactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Script /tmp/WORKON_HOME.30869/destination/bin/get_env_details cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Script /tmp/WORKON_HOME.30869/destination/bin/preactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Script /tmp/WORKON_HOME.30869/destination/bin/postactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Script /tmp/WORKON_HOME.30869/destination/bin/activate.fish cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| test_source_does_not_exist | |
| test_hooks | |
| Using real prefix '/usr' | |
| New python executable in source/bin/python2.7 | |
| Also creating executable in source/bin/python | |
| Installing setuptools............done. | |
| Installing pip...............done. | |
| Script /tmp/WORKON_HOME.30869/destination/bin/activate.csh cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Script /tmp/WORKON_HOME.30869/destination/bin/predeactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Script /tmp/WORKON_HOME.30869/destination/bin/postdeactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.30869/destination/bin/pip-2.7 relative | |
| Script /tmp/WORKON_HOME.30869/destination/bin/get_env_details cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.30869/destination/bin/pip relative | |
| Script /tmp/WORKON_HOME.30869/destination/bin/preactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Script /tmp/WORKON_HOME.30869/destination/bin/postactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Script /tmp/WORKON_HOME.30869/destination/bin/activate.fish cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.30869/destination/bin/easy_install relative | |
| Making script /tmp/WORKON_HOME.30869/destination/bin/easy_install-2.7 relative | |
| test_no_site_packages | |
| Script /tmp/WORKON_HOME.30869/destination/bin/activate.csh cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.30869/destination/bin/pip-2.7 relative | |
| Making script /tmp/WORKON_HOME.30869/destination/bin/pip relative | |
| Script /tmp/WORKON_HOME.30869/destination/bin/activate.fish cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.30869/destination/bin/easy_install relative | |
| Making script /tmp/WORKON_HOME.30869/destination/bin/easy_install-2.7 relative | |
| test_no_site_packages_default_args | |
| Script /tmp/WORKON_HOME.30869/destination/bin/activate.csh cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Script /tmp/WORKON_HOME.30869/destination/bin/predeactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Script /tmp/WORKON_HOME.30869/destination/bin/postdeactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.30869/destination/bin/pip-2.7 relative | |
| Script /tmp/WORKON_HOME.30869/destination/bin/get_env_details cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.30869/destination/bin/pip relative | |
| Script /tmp/WORKON_HOME.30869/destination/bin/preactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Script /tmp/WORKON_HOME.30869/destination/bin/postactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Script /tmp/WORKON_HOME.30869/destination/bin/activate.fish cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.30869/destination/bin/easy_install relative | |
| Making script /tmp/WORKON_HOME.30869/destination/bin/easy_install-2.7 relative | |
| test_no_site_packages_default_behavior | |
| Script /tmp/WORKON_HOME.30869/destination/bin/activate.csh cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Script /tmp/WORKON_HOME.30869/destination/bin/predeactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Script /tmp/WORKON_HOME.30869/destination/bin/postdeactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.30869/destination/bin/pip-2.7 relative | |
| Script /tmp/WORKON_HOME.30869/destination/bin/get_env_details cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.30869/destination/bin/pip relative | |
| Script /tmp/WORKON_HOME.30869/destination/bin/preactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Script /tmp/WORKON_HOME.30869/destination/bin/postactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Script /tmp/WORKON_HOME.30869/destination/bin/activate.fish cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.30869/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.30869/destination/bin/easy_install relative | |
| Making script /tmp/WORKON_HOME.30869/destination/bin/easy_install-2.7 relative | |
| Ran 9 tests. | |
| OK | |
| ******************************************************************************** | |
| Running tests/test_cp.sh | |
| VIRTUAL_ENV=/home/threebean/devel/virtualenvwrapper/.tox/py27 | |
| VIRTUALENVWRAPPER_PYTHON=/home/threebean/devel/virtualenvwrapper/.tox/py27/bin/python | |
| Python 2.7.2 | |
| PYTHONPATH= | |
| SHELL=/usr/bin/zsh | |
| test_new_env_activated | |
| Using real prefix '/usr' | |
| New python executable in source/bin/python2.7 | |
| Also creating executable in source/bin/python | |
| Installing setuptools............done. | |
| Installing pip...............done. | |
| Script /tmp/WORKON_HOME.32126/destination/bin/activate.csh cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Script /tmp/WORKON_HOME.32126/destination/bin/predeactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Script /tmp/WORKON_HOME.32126/destination/bin/postdeactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.32126/destination/bin/pip-2.7 relative | |
| Script /tmp/WORKON_HOME.32126/destination/bin/get_env_details cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.32126/destination/bin/pip relative | |
| Script /tmp/WORKON_HOME.32126/destination/bin/preactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Script /tmp/WORKON_HOME.32126/destination/bin/postactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Script /tmp/WORKON_HOME.32126/destination/bin/activate.fish cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.32126/destination/bin/easy_install relative | |
| Making script /tmp/WORKON_HOME.32126/destination/bin/testscript.py relative | |
| Making script /tmp/WORKON_HOME.32126/destination/bin/easy_install-2.7 relative | |
| Removing source... | |
| test_virtual_env_variable | |
| Using real prefix '/usr' | |
| New python executable in source/bin/python2.7 | |
| Also creating executable in source/bin/python | |
| Installing setuptools............done. | |
| Installing pip...............done. | |
| Script /tmp/WORKON_HOME.32126/destination/bin/activate.csh cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Script /tmp/WORKON_HOME.32126/destination/bin/predeactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Script /tmp/WORKON_HOME.32126/destination/bin/postdeactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.32126/destination/bin/pip-2.7 relative | |
| Script /tmp/WORKON_HOME.32126/destination/bin/get_env_details cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.32126/destination/bin/pip relative | |
| Script /tmp/WORKON_HOME.32126/destination/bin/preactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Script /tmp/WORKON_HOME.32126/destination/bin/postactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Script /tmp/WORKON_HOME.32126/destination/bin/activate.fish cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.32126/destination/bin/easy_install relative | |
| Making script /tmp/WORKON_HOME.32126/destination/bin/easy_install-2.7 relative | |
| test_virtualenvwrapper_virtualenv_variable | |
| Using real prefix '/usr' | |
| New python executable in source/bin/python2.7 | |
| Also creating executable in source/bin/python | |
| Installing setuptools............done. | |
| Installing pip...............done. | |
| Script /tmp/WORKON_HOME.32126/destination/bin/activate.csh cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Script /tmp/WORKON_HOME.32126/destination/bin/predeactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Script /tmp/WORKON_HOME.32126/destination/bin/postdeactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.32126/destination/bin/pip-2.7 relative | |
| Script /tmp/WORKON_HOME.32126/destination/bin/get_env_details cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.32126/destination/bin/pip relative | |
| Script /tmp/WORKON_HOME.32126/destination/bin/preactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Script /tmp/WORKON_HOME.32126/destination/bin/postactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Script /tmp/WORKON_HOME.32126/destination/bin/activate.fish cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.32126/destination/bin/easy_install relative | |
| Making script /tmp/WORKON_HOME.32126/destination/bin/easy_install-2.7 relative | |
| test_source_relocatable | |
| Using real prefix '/usr' | |
| New python executable in source/bin/python2.7 | |
| Also creating executable in source/bin/python | |
| Installing setuptools............done. | |
| Installing pip...............done. | |
| Script /tmp/WORKON_HOME.32126/destination/bin/activate.csh cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Script /tmp/WORKON_HOME.32126/destination/bin/predeactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Script /tmp/WORKON_HOME.32126/destination/bin/postdeactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Script /tmp/WORKON_HOME.32126/destination/bin/get_env_details cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Script /tmp/WORKON_HOME.32126/destination/bin/preactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Script /tmp/WORKON_HOME.32126/destination/bin/postactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Script /tmp/WORKON_HOME.32126/destination/bin/activate.fish cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| test_source_does_not_exist | |
| test_hooks | |
| Using real prefix '/usr' | |
| New python executable in source/bin/python2.7 | |
| Also creating executable in source/bin/python | |
| Installing setuptools............done. | |
| Installing pip...............done. | |
| Script /tmp/WORKON_HOME.32126/destination/bin/activate.csh cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Script /tmp/WORKON_HOME.32126/destination/bin/predeactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Script /tmp/WORKON_HOME.32126/destination/bin/postdeactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.32126/destination/bin/pip-2.7 relative | |
| Script /tmp/WORKON_HOME.32126/destination/bin/get_env_details cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.32126/destination/bin/pip relative | |
| Script /tmp/WORKON_HOME.32126/destination/bin/preactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Script /tmp/WORKON_HOME.32126/destination/bin/postactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Script /tmp/WORKON_HOME.32126/destination/bin/activate.fish cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.32126/destination/bin/easy_install relative | |
| Making script /tmp/WORKON_HOME.32126/destination/bin/easy_install-2.7 relative | |
| test_no_site_packages | |
| Script /tmp/WORKON_HOME.32126/destination/bin/activate.csh cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.32126/destination/bin/pip-2.7 relative | |
| Making script /tmp/WORKON_HOME.32126/destination/bin/pip relative | |
| Script /tmp/WORKON_HOME.32126/destination/bin/activate.fish cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.32126/destination/bin/easy_install relative | |
| Making script /tmp/WORKON_HOME.32126/destination/bin/easy_install-2.7 relative | |
| test_no_site_packages_default_args | |
| Script /tmp/WORKON_HOME.32126/destination/bin/activate.csh cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Script /tmp/WORKON_HOME.32126/destination/bin/predeactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Script /tmp/WORKON_HOME.32126/destination/bin/postdeactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.32126/destination/bin/pip-2.7 relative | |
| Script /tmp/WORKON_HOME.32126/destination/bin/get_env_details cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.32126/destination/bin/pip relative | |
| Script /tmp/WORKON_HOME.32126/destination/bin/preactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Script /tmp/WORKON_HOME.32126/destination/bin/postactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Script /tmp/WORKON_HOME.32126/destination/bin/activate.fish cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.32126/destination/bin/easy_install relative | |
| Making script /tmp/WORKON_HOME.32126/destination/bin/easy_install-2.7 relative | |
| test_no_site_packages_default_behavior | |
| Script /tmp/WORKON_HOME.32126/destination/bin/activate.csh cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Script /tmp/WORKON_HOME.32126/destination/bin/predeactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Script /tmp/WORKON_HOME.32126/destination/bin/postdeactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.32126/destination/bin/pip-2.7 relative | |
| Script /tmp/WORKON_HOME.32126/destination/bin/get_env_details cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.32126/destination/bin/pip relative | |
| Script /tmp/WORKON_HOME.32126/destination/bin/preactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Script /tmp/WORKON_HOME.32126/destination/bin/postactivate cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Script /tmp/WORKON_HOME.32126/destination/bin/activate.fish cannot be made relative (it's not a normal script that starts with #!/tmp/WORKON_HOME.32126/destination/bin/python) | |
| Making script /tmp/WORKON_HOME.32126/destination/bin/easy_install relative | |
| Making script /tmp/WORKON_HOME.32126/destination/bin/easy_install-2.7 relative | |
| Ran 9 tests. | |
| OK | |
| ******************************************************************************** | |
| Running tests/test_deactivate.sh | |
| VIRTUAL_ENV=/home/threebean/devel/virtualenvwrapper/.tox/py27 | |
| VIRTUALENVWRAPPER_PYTHON=/home/threebean/devel/virtualenvwrapper/.tox/py27/bin/python | |
| Python 2.7.2 | |
| PYTHONPATH= | |
| SHELL=/usr/bin/bash | |
| Using real prefix '/usr' | |
| New python executable in env1/bin/python2.7 | |
| Also creating executable in env1/bin/python | |
| Installing setuptools............done. | |
| Installing pip...............done. | |
| test_deactivate | |
| test_deactivate_hooks | |
| Ran 2 tests. | |
| OK | |
| ******************************************************************************** | |
| Running tests/test_deactivate.sh | |
| VIRTUAL_ENV=/home/threebean/devel/virtualenvwrapper/.tox/py27 | |
| VIRTUALENVWRAPPER_PYTHON=/home/threebean/devel/virtualenvwrapper/.tox/py27/bin/python | |
| Python 2.7.2 | |
| PYTHONPATH= | |
| SHELL=/usr/bin/ksh | |
| Using real prefix '/usr' | |
| New python executable in env1/bin/python2.7 | |
| Also creating executable in env1/bin/python | |
| Installing setuptools............done. | |
| Installing pip...............done. | |
| test_deactivate | |
| test_deactivate_hooks | |
| Ran 2 tests. | |
| OK | |
| ******************************************************************************** | |
| Running tests/test_deactivate.sh | |
| VIRTUAL_ENV=/home/threebean/devel/virtualenvwrapper/.tox/py27 | |
| VIRTUALENVWRAPPER_PYTHON=/home/threebean/devel/virtualenvwrapper/.tox/py27/bin/python | |
| Python 2.7.2 | |
| PYTHONPATH= | |
| SHELL=/usr/bin/zsh | |
| Using real prefix '/usr' | |
| New python executable in env1/bin/python2.7 | |
| Also creating executable in env1/bin/python | |
| Installing setuptools............done. | |
| Installing pip...............done. | |
| test_deactivate | |
| test_deactivate_hooks | |
| Ran 2 tests. | |
| OK | |
| ******************************************************************************** | |
| Running tests/test_derive_workon_home.sh | |
| VIRTUAL_ENV=/home/threebean/devel/virtualenvwrapper/.tox/py27 | |
| VIRTUALENVWRAPPER_PYTHON=/home/threebean/devel/virtualenvwrapper/.tox/py27/bin/python | |
| Python 2.7.2 | |
| PYTHONPATH= | |
| SHELL=/usr/bin/bash | |
| test_default | |
| test_includes_relative_path | |
| test_begins_relative_path | |
| test_includes_tilde | |
| Ran 4 tests. | |
| OK | |
| ******************************************************************************** | |
| Running tests/test_derive_workon_home.sh | |
| VIRTUAL_ENV=/home/threebean/devel/virtualenvwrapper/.tox/py27 | |
| VIRTUALENVWRAPPER_PYTHON=/home/threebean/devel/virtualenvwrapper/.tox/py27/bin/python | |
| Python 2.7.2 | |
| PYTHONPATH= | |
| SHELL=/usr/bin/ksh | |
| test_default | |
| test_includes_relative_path | |
| test_begins_relative_path | |
| test_includes_tilde | |
| Ran 4 tests. | |
| OK | |
| ******************************************************************************** | |
| Running tests/test_derive_workon_home.sh | |
| VIRTUAL_ENV=/home/threebean/devel/virtualenvwrapper/.tox/py27 | |
| VIRTUALENVWRAPPER_PYTHON=/home/threebean/devel/virtualenvwrapper/.tox/py27/bin/python | |
| Python 2.7.2 | |
| PYTHONPATH= | |
| SHELL=/usr/bin/zsh | |
| test_default | |
| test_includes_relative_path | |
| test_begins_relative_path | |
| test_includes_tilde | |
| Ran 4 tests. | |
| OK | |
| ******************************************************************************** | |
| Running tests/test_dir_stack.sh | |
| VIRTUAL_ENV=/home/threebean/devel/virtualenvwrapper/.tox/py27 | |
| VIRTUALENVWRAPPER_PYTHON=/home/threebean/devel/virtualenvwrapper/.tox/py27/bin/python | |
| Python 2.7.2 | |
| PYTHONPATH= | |
| SHELL=/usr/bin/bash | |
| test_ticket_101 | |
| Using real prefix '/usr' | |
| New python executable in some_env/bin/python2.7 | |
| Also creating executable in some_env/bin/python | |
| Installing setuptools............done. | |
| Installing pip...............done. | |
| /tmp/WORKON_HOME.1983/on_the_stack /tmp/WORKON_HOME.1983/start_here | |
| Removing some_env... | |
| /tmp/WORKON_HOME.1983/start_here | |
| Ran 1 test. | |
| OK | |
| ******************************************************************************** | |
| Running tests/test_dir_stack.sh | |
| VIRTUAL_ENV=/home/threebean/devel/virtualenvwrapper/.tox/py27 | |
| VIRTUALENVWRAPPER_PYTHON=/home/threebean/devel/virtualenvwrapper/.tox/py27/bin/python | |
| Python 2.7.2 | |
| PYTHONPATH= | |
| SHELL=/usr/bin/ksh | |
| test_ticket_101 | |
| Using real prefix '/usr' | |
| New python executable in some_env/bin/python2.7 | |
| Also creating executable in some_env/bin/python | |
| Installing setuptools............done. | |
| Installing pip...............done. | |
| tests/test_dir_stack.sh[48]: .[974]: eval[35]: pushd: not found [No such file or directory] | |
| Removing some_env... | |
| tests/test_dir_stack.sh[48]: .[974]: eval[41]: popd: not found [No such file or directory] | |
| Ran 1 test. | |
| OK | |
| ******************************************************************************** | |
| Running tests/test_dir_stack.sh | |
| VIRTUAL_ENV=/home/threebean/devel/virtualenvwrapper/.tox/py27 | |
| VIRTUALENVWRAPPER_PYTHON=/home/threebean/devel/virtualenvwrapper/.tox/py27/bin/python | |
| Python 2.7.2 | |
| PYTHONPATH= | |
| SHELL=/usr/bin/zsh | |
| test_ticket_101 | |
| Using real prefix '/usr' | |
| New python executable in some_env/bin/python2.7 | |
| Also creating executable in some_env/bin/python | |
| Installing setuptools............done. | |
| Installing pip...............done. | |
| Removing some_env... | |
| Ran 1 test. | |
| OK | |
| ******************************************************************************** | |
| Running tests/test_hook_dir.sh | |
| VIRTUAL_ENV=/home/threebean/devel/virtualenvwrapper/.tox/py27 | |
| VIRTUALENVWRAPPER_PYTHON=/home/threebean/devel/virtualenvwrapper/.tox/py27/bin/python | |
| Python 2.7.2 | |
| PYTHONPATH= | |
| SHELL=/usr/bin/bash | |
| test_virtualenvwrapper_initialize | |
| Ran 1 test. | |
| OK | |
| ******************************************************************************** | |
| Running tests/test_hook_dir.sh | |
| VIRTUAL_ENV=/home/threebean/devel/virtualenvwrapper/.tox/py27 | |
| VIRTUALENVWRAPPER_PYTHON=/home/threebean/devel/virtualenvwrapper/.tox/py27/bin/python | |
| Python 2.7.2 | |
| PYTHONPATH= | |
| SHELL=/usr/bin/ksh | |
| test_virtualenvwrapper_initialize | |
| Ran 1 test. | |
| OK | |
| ******************************************************************************** | |
| Running tests/test_hook_dir.sh | |
| VIRTUAL_ENV=/home/threebean/devel/virtualenvwrapper/.tox/py27 | |
| VIRTUALENVWRAPPER_PYTHON=/home/threebean/devel/virtualenvwrapper/.tox/py27/bin/python | |
| Python 2.7.2 | |
| PYTHONPATH= | |
| SHELL=/usr/bin/zsh | |
| test_virtualenvwrapper_initialize | |
| Ran 1 test. | |
| OK | |
| ******************************************************************************** | |
| Running tests/test_log_dir.sh | |
| VIRTUAL_ENV=/home/threebean/devel/virtualenvwrapper/.tox/py27 | |
| VIRTUALENVWRAPPER_PYTHON=/home/threebean/devel/virtualenvwrapper/.tox/py27/bin/python | |
| Python 2.7.2 | |
| PYTHONPATH= | |
| SHELL=/usr/bin/bash | |
| test_set_by_user | |
| test_file_permissions | |
| test_not_set_by_user | |
| Ran 3 tests. | |
| OK | |
| ******************************************************************************** | |
| Running tests/test_log_dir.sh | |
| VIRTUAL_ENV=/home/threebean/devel/virtualenvwrapper/.tox/py27 | |
| VIRTUALENVWRAPPER_PYTHON=/home/threebean/devel/virtualenvwrapper/.tox/py27/bin/python | |
| Python 2.7.2 | |
| PYTHONPATH= | |
| SHELL=/usr/bin/ksh | |
| test_set_by_user | |
| test_file_permissions | |
| test_not_set_by_user | |
| Ran 3 tests. | |
| OK | |
| ******************************************************************************** | |
| Running tests/test_log_dir.sh | |
| VIRTUAL_ENV=/home/threebean/devel/virtualenvwrapper/.tox/py27 | |
| VIRTUALENVWRAPPER_PYTHON=/home/threebean/devel/virtualenvwrapper/.tox/py27/bin/python | |
| Python 2.7.2 | |
| PYTHONPATH= | |
| SHELL=/usr/bin/zsh | |
| test_set_by_user | |
| test_file_permissions | |
| test_not_set_by_user | |
| Ran 3 tests. | |
| OK | |
| ******************************************************************************** | |
| Running tests/test_ls.sh | |
| VIRTUAL_ENV=/home/threebean/devel/virtualenvwrapper/.tox/py27 | |
| VIRTUALENVWRAPPER_PYTHON=/home/threebean/devel/virtualenvwrapper/.tox/py27/bin/python | |
| Python 2.7.2 | |
| PYTHONPATH= | |
| SHELL=/usr/bin/bash | |
| test_get_site_packages_dir | |
| site-packages in /tmp/WORKON_HOME.3155/lssitepackagestest/lib/python2.7/site-packages | |
| test_lssitepackages | |
| test_lssitepackages_add2virtualenv | |
| Warning: Converting "../virtualenvwrapper" to "/home/threebean/devel/virtualenvwrapper" | |
| test_no_workon_home | |
| Ran 4 tests. | |
| OK | |
| ******************************************************************************** | |
| Running tests/test_ls.sh | |
| VIRTUAL_ENV=/home/threebean/devel/virtualenvwrapper/.tox/py27 | |
| VIRTUALENVWRAPPER_PYTHON=/home/threebean/devel/virtualenvwrapper/.tox/py27/bin/python | |
| Python 2.7.2 | |
| PYTHONPATH= | |
| SHELL=/usr/bin/ksh | |
| test_get_site_packages_dir | |
| site-packages in /tmp/WORKON_HOME.3461/lssitepackagestest/lib/python2.7/site-packages | |
| test_lssitepackages | |
| test_lssitepackages_add2virtualenv | |
| Warning: Converting "../virtualenvwrapper" to "/home/threebean/devel/virtualenvwrapper" | |
| test_no_workon_home | |
| Ran 4 tests. | |
| OK | |
| ******************************************************************************** | |
| Running tests/test_ls.sh | |
| VIRTUAL_ENV=/home/threebean/devel/virtualenvwrapper/.tox/py27 | |
| VIRTUALENVWRAPPER_PYTHON=/home/threebean/devel/virtualenvwrapper/.tox/py27/bin/python | |
| Python 2.7.2 | |
| PYTHONPATH= | |
| SHELL=/usr/bin/zsh | |
| test_get_site_packages_dir | |
| site-packages in /tmp/WORKON_HOME.3662/lssitepackagestest/lib/python2.7/site-packages | |
| test_lssitepackages | |
| test_lssitepackages_add2virtualenv | |
| Warning: Converting "../virtualenvwrapper" to "/home/threebean/devel/virtualenvwrapper" | |
| test_no_workon_home | |
| Ran 4 tests. | |
| OK | |
| ******************************************************************************** | |
| Running tests/test_mktmpenv.sh | |
| VIRTUAL_ENV=/home/threebean/devel/virtualenvwrapper/.tox/py27 | |
| VIRTUALENVWRAPPER_PYTHON=/home/threebean/devel/virtualenvwrapper/.tox/py27/bin/python | |
| Python 2.7.2 | |
| PYTHONPATH= | |
| SHELL=/usr/bin/bash | |
| test_mktmpenv_no_name | |
| test_mktmpenv_name | |
| test_mktmpenv_virtualenv_args | |
| test_deactivate | |
| Ran 4 tests. | |
| OK | |
| ******************************************************************************** | |
| Running tests/test_mktmpenv.sh | |
| VIRTUAL_ENV=/home/threebean/devel/virtualenvwrapper/.tox/py27 | |
| VIRTUALENVWRAPPER_PYTHON=/home/threebean/devel/virtualenvwrapper/.tox/py27/bin/python | |
| Python 2.7.2 | |
| PYTHONPATH= | |
| SHELL=/usr/bin/ksh | |
| test_mktmpenv_no_name | |
| test_mktmpenv_name | |
| test_mktmpenv_virtualenv_args | |
| test_deactivate | |
| Ran 4 tests. | |
| OK | |
| ******************************************************************************** | |
| Running tests/test_mktmpenv.sh | |
| VIRTUAL_ENV=/home/threebean/devel/virtualenvwrapper/.tox/py27 | |
| VIRTUALENVWRAPPER_PYTHON=/home/threebean/devel/virtualenvwrapper/.tox/py27/bin/python | |
| Python 2.7.2 | |
| PYTHONPATH= | |
| SHELL=/usr/bin/zsh | |
| test_mktmpenv_no_name | |
| test_mktmpenv_name | |
| test_mktmpenv_virtualenv_args | |
| test_deactivate | |
| Ran 4 tests. | |
| OK | |
| ******************************************************************************** | |
| Running tests/test_mkvirtualenv_associate.sh | |
| VIRTUAL_ENV=/home/threebean/devel/virtualenvwrapper/.tox/py27 | |
| VIRTUALENVWRAPPER_PYTHON=/home/threebean/devel/virtualenvwrapper/.tox/py27/bin/python | |
| Python 2.7.2 | |
| PYTHONPATH= | |
| SHELL=/usr/bin/bash | |
| test_associate | |
| test_preactivate | |
| test_postactivate | |
| Ran 3 tests. | |
| OK | |
| ******************************************************************************** | |
| Running tests/test_mkvirtualenv_associate.sh | |
| VIRTUAL_ENV=/home/threebean/devel/virtualenvwrapper/.tox/py27 | |
| VIRTUALENVWRAPPER_PYTHON=/home/threebean/devel/virtualenvwrapper/.tox/py27/bin/python | |
| Python 2.7.2 | |
| PYTHONPATH= | |
| SHELL=/usr/bin/ksh | |
| test_associate | |
| test_preactivate | |
| test_postactivate | |
| Ran 3 tests. | |
| OK | |
| ******************************************************************************** | |
| Running tests/test_mkvirtualenv_associate.sh | |
| VIRTUAL_ENV=/home/threebean/devel/virtualenvwrapper/.tox/py27 | |
| VIRTUALENVWRAPPER_PYTHON=/home/threebean/devel/virtualenvwrapper/.tox/py27/bin/python | |
| Python 2.7.2 | |
| PYTHONPATH= | |
| SHELL=/usr/bin/zsh | |
| test_associate | |
| test_preactivate | |
| test_postactivate | |
| Ran 3 tests. | |
| OK | |
| ******************************************************************************** | |
| Running tests/test_mkvirtualenv_install.sh | |
| VIRTUAL_ENV=/home/threebean/devel/virtualenvwrapper/.tox/py27 | |
| VIRTUALENVWRAPPER_PYTHON=/home/threebean/devel/virtualenvwrapper/.tox/py27/bin/python | |
| Python 2.7.2 | |
| PYTHONPATH= | |
| SHELL=/usr/bin/bash | |
| test_single_package | |
| Using real prefix '/usr' | |
| New python executable in env4/bin/python2.7 | |
| Also creating executable in env4/bin/python | |
| Installing setuptools............done. | |
| Installing pip...............done. | |
| Downloading/unpacking IPy | |
| Downloading IPy-0.75.tar.gz | |
| Running setup.py egg_info for package IPy | |
| Installing collected packages: IPy | |
| Running setup.py install for IPy | |
| Successfully installed IPy | |
| Cleaning up... | |
| test_multiple_packages | |
| Using real prefix '/usr' | |
| New python executable in env5/bin/python2.7 | |
| Also creating executable in env5/bin/python | |
| Installing setuptools............done. | |
| Installing pip...............done. | |
| Downloading/unpacking IPy | |
| Downloading IPy-0.75.tar.gz | |
| Running setup.py egg_info for package IPy | |
| Installing collected packages: IPy | |
| Running setup.py install for IPy | |
| Successfully installed IPy | |
| Cleaning up... | |
| Downloading/unpacking WebTest | |
| Running setup.py egg_info for package WebTest | |
| warning: no previously-included files matching '*' found under directory 'docs/_build/_sources' | |
| warning: no files found matching '*.txt' under directory 'tests' | |
| Downloading/unpacking WebOb (from WebTest) | |
| Running setup.py egg_info for package WebOb | |
| no previously-included directories found matching '*.pyc' | |
| no previously-included directories found matching '*.pyo' | |
| Installing collected packages: WebTest, WebOb | |
| Running setup.py install for WebTest | |
| warning: no previously-included files matching '*' found under directory 'docs/_build/_sources' | |
| warning: no files found matching '*.txt' under directory 'tests' | |
| Running setup.py install for WebOb | |
| no previously-included directories found matching '*.pyc' | |
| no previously-included directories found matching '*.pyo' | |
| Successfully installed WebTest WebOb | |
| Cleaning up... | |
| Ran 2 tests. | |
| OK | |
| ******************************************************************************** | |
| Running tests/test_mkvirtualenv_install.sh | |
| VIRTUAL_ENV=/home/threebean/devel/virtualenvwrapper/.tox/py27 | |
| VIRTUALENVWRAPPER_PYTHON=/home/threebean/devel/virtualenvwrapper/.tox/py27/bin/python | |
| Python 2.7.2 | |
| PYTHONPATH= | |
| SHELL=/usr/bin/ksh | |
| test_single_package | |
| Using real prefix '/usr' | |
| New python executable in env4/bin/python2.7 | |
| Also creating executable in env4/bin/python | |
| Installing setuptools............done. | |
| Installing pip...............done. | |
| Downloading/unpacking IPy | |
| Downloading IPy-0.75.tar.gz | |
| Running setup.py egg_info for package IPy | |
| Installing collected packages: IPy | |
| Running setup.py install for IPy | |
| Successfully installed IPy | |
| Cleaning up... | |
| test_multiple_packages | |
| Using real prefix '/usr' | |
| New python executable in env5/bin/python2.7 | |
| Also creating executable in env5/bin/python | |
| Installing setuptools............done. | |
| Installing pip...............done. | |
| Downloading/unpacking IPy | |
| Downloading IPy-0.75.tar.gz | |
| Running setup.py egg_info for package IPy | |
| Installing collected packages: IPy | |
| Running setup.py install for IPy | |
| Successfully installed IPy | |
| Cleaning up... | |
| Downloading/unpacking WebTest | |
| Running setup.py egg_info for package WebTest | |
| warning: no previously-included files matching '*' found under directory 'docs/_build/_sources' | |
| warning: no files found matching '*.txt' under directory 'tests' | |
| Downloading/unpacking WebOb (from WebTest) | |
| Running setup.py egg_info for package WebOb | |
| no previously-included directories found matching '*.pyc' | |
| no previously-included directories found matching '*.pyo' | |
| Installing collected packages: WebTest, WebOb | |
| Running setup.py install for WebTest | |
| warning: no previously-included files matching '*' found under directory 'docs/_build/_sources' | |
| warning: no files found matching '*.txt' under directory 'tests' | |
| Running setup.py install for WebOb | |
| no previously-included directories found matching '*.pyc' | |
| no previously-included directories found matching '*.pyo' | |
| Successfully installed WebTest WebOb | |
| Cleaning up... | |
| Ran 2 tests. | |
| OK | |
| ******************************************************************************** | |
| Running tests/test_mkvirtualenv_install.sh | |
| VIRTUAL_ENV=/home/threebean/devel/virtualenvwrapper/.tox/py27 | |
| VIRTUALENVWRAPPER_PYTHON=/home/threebean/devel/virtualenvwrapper/.tox/py27/bin/python | |
| Python 2.7.2 | |
| PYTHONPATH= | |
| SHELL=/usr/bin/zsh | |
| test_single_package | |
| Using real prefix '/usr' | |
| New python executable in env4/bin/python2.7 | |
| Also creating executable in env4/bin/python | |
| Installing setuptools............done. | |
| Installing pip...............done. | |
| Downloading/unpacking IPy | |
| Downloading IPy-0.75.tar.gz | |
| Running setup.py egg_info for package IPy | |
| Installing collected packages: IPy | |
| Running setup.py install for IPy | |
| Successfully installed IPy | |
| Cleaning up... | |
| test_multiple_packages | |
| Using real prefix '/usr' | |
| New python executable in env5/bin/python2.7 | |
| Also creating executable in env5/bin/python | |
| Installing setuptools............done. | |
| Installing pip...............done. | |
| Downloading/unpacking IPy | |
| Downloading IPy-0.75.tar.gz | |
| Running setup.py egg_info for package IPy | |
| Installing collected packages: IPy | |
| Running setup.py install for IPy | |
| Successfully installed IPy | |
| Cleaning up... | |
| Downloading/unpacking WebTest | |
| Running setup.py egg_info for package WebTest | |
| warning: no previously-included files matching '*' found under directory 'docs/_build/_sources' | |
| warning: no files found matching '*.txt' under directory 'tests' | |
| Downloading/unpacking WebOb (from WebTest) | |
| Running setup.py egg_info for package WebOb | |
| no previously-included directories found matching '*.pyc' | |
| no previously-included directories found matching '*.pyo' | |
| Installing collected packages: WebTest, WebOb | |
| Running setup.py install for WebTest | |
| warning: no previously-included files matching '*' found under directory 'docs/_build/_sources' | |
| warning: no files found matching '*.txt' under directory 'tests' | |
| Running setup.py install for WebOb | |
| no previously-included directories found matching '*.pyc' | |
| no previously-included directories found matching '*.pyo' | |
| Successfully installed WebTest WebOb | |
| Cleaning up... | |
| Ran 2 tests. | |
| OK | |
| ******************************************************************************** | |
| Running tests/test_mkvirtualenv_requirements.sh | |
| VIRTUAL_ENV=/home/threebean/devel/virtualenvwrapper/.tox/py27 | |
| VIRTUALENVWRAPPER_PYTHON=/home/threebean/devel/virtualenvwrapper/.tox/py27/bin/python | |
| Python 2.7.2 | |
| PYTHONPATH= | |
| SHELL=/usr/bin/bash | |
| test_requirements_file | |
| Ran 1 test. | |
| OK | |
| ******************************************************************************** | |
| Running tests/test_mkvirtualenv_requirements.sh | |
| VIRTUAL_ENV=/home/threebean/devel/virtualenvwrapper/.tox/py27 | |
| VIRTUALENVWRAPPER_PYTHON=/home/threebean/devel/virtualenvwrapper/.tox/py27/bin/python | |
| Python 2.7.2 | |
| PYTHONPATH= | |
| SHELL=/usr/bin/ksh | |
| test_requirements_file | |
| Ran 1 test. | |
| OK | |
| ******************************************************************************** | |
| Running tests/test_mkvirtualenv_requirements.sh | |
| VIRTUAL_ENV=/home/threebean/devel/virtualenvwrapper/.tox/py27 | |
| VIRTUALENVWRAPPER_PYTHON=/home/threebean/devel/virtualenvwrapper/.tox/py27/bin/python | |
| Python 2.7.2 | |
| PYTHONPATH= | |
| SHELL=/usr/bin/zsh | |
| test_requirements_file | |
| Ran 1 test. | |
| OK | |
| ******************************************************************************** | |
| Running tests/test_mkvirtualenv.sh | |
| VIRTUAL_ENV=/home/threebean/devel/virtualenvwrapper/.tox/py27 | |
| VIRTUALENVWRAPPER_PYTHON=/home/threebean/devel/virtualenvwrapper/.tox/py27/bin/python | |
| Python 2.7.2 | |
| PYTHONPATH= | |
| SHELL=/usr/bin/bash | |
| test_create | |
| test_activates | |
| test_hooks | |
| Removing env3... | |
| test_no_virtualenv | |
| ASSERT:Found virtualenv in /bin/virtualenv | |
| New python executable in should_not_be_created/bin/python | |
| Installing setuptools............done. | |
| Installing pip...............done. | |
| ASSERT:expected:<0> but was:<1> | |
| test_no_args | |
| test_no_workon_home | |
| /home/threebean/devel/virtualenvwrapper/tests/shunit2: line 977: tearDown: command not found | |
| test_mkvirtualenv_sitepackages | |
| Removing env4... | |
| /home/threebean/devel/virtualenvwrapper/tests/shunit2: line 977: tearDown: command not found | |
| test_mkvirtualenv_args | |
| Removing env4... | |
| /home/threebean/devel/virtualenvwrapper/tests/shunit2: line 977: tearDown: command not found | |
| test_virtualenv_fails | |
| /home/threebean/devel/virtualenvwrapper/tests/shunit2: line 977: tearDown: command not found | |
| Ran 9 tests. | |
| FAILED (failures=2) | |
| [TOX] ERROR: InvocationError: '/usr/bin/bash ./tests/run_tests /home/threebean/devel/virtualenvwrapper/.tox/py27' | |
| ________________________________ [tox summary] _________________________________ | |
| [TOX] ERROR: py27: commands failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment