Skip to content

Instantly share code, notes, and snippets.

@meteorfox
Created March 6, 2015 18:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save meteorfox/4e681adf70ff7ed212a1 to your computer and use it in GitHub Desktop.
Save meteorfox/4e681adf70ff7ed212a1 to your computer and use it in GitHub Desktop.
Shell Output tox -e cli
AttributeError: 'Module_six_moves_urllib_parse' object has no attribute 'SplitResult'
======================================================================
FAIL: test_cli_deployment.DeploymentTestCase.test_check_success
test_cli_deployment.DeploymentTestCase.test_check_success
----------------------------------------------------------------------
_StringException
----------------------------------------------------------------------
Ran 2 tests in 0.002s
FAILED (failures=2)
+ EXIT_CODE=1
+ subunit-stats
Total tests: 2
Passed tests: 0
Failed tests: 2
Skipped tests: 0
Seen tags:
+ exit 1
(cli)(λ) ⇒ ~/programming/openstack/rally ⇒
$ python
Python 2.7.6 (default, Mar 22 2014, 22:59:56)
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import six
>>> six.__version__
'1.5.2'
>>>
(cli)(λ) ⇒ ~/programming/openstack/rally ⇒
$ which python
/home/carl6796/programming/openstack/rally/.tox/cli/bin/python
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment