Skip to content

Instantly share code, notes, and snippets.

@smerritt
Created August 18, 2014 19:17
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 smerritt/31f88a393bb0883f8cf3 to your computer and use it in GitHub Desktop.
Save smerritt/31f88a393bb0883f8cf3 to your computer and use it in GitHub Desktop.
swift@saio:~/python-swiftclient$ tox -e pypy -v
using tox.ini: /home/swift/python-swiftclient/tox.ini
using tox-1.6.1 from /usr/local/lib/python2.7/dist-packages/tox/__init__.pyc
pypy reusing: /home/swift/python-swiftclient/.tox/pypy
/home/swift/python-swiftclient$ /home/swift/python-swiftclient/.tox/pypy/bin/python /home/swift/python-swiftclient/setup.py --name
pypy develop-inst-nodeps: /home/swift/python-swiftclient
/home/swift/python-swiftclient$ /home/swift/python-swiftclient/.tox/pypy/bin/pip install -U -e /home/swift/python-swiftclient --no-deps >/home/swift/python-swiftclient/.tox/pypy/log/pypy-4.log
pypy runtests: commands[0] | python setup.py testr --testr-args=
/home/swift/python-swiftclient$ /home/swift/python-swiftclient/.tox/pypy/bin/python setup.py testr --testr-args=
running testr
running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./tests/unit}
No module named _bsddb
error: testr failed (3)
ERROR: InvocationError: '/home/swift/python-swiftclient/.tox/pypy/bin/python setup.py testr --testr-args='
____________________________________________________________________________________________________ summary ____________________________________________________________________________________________________
ERROR: pypy: commands failed
swift@saio:~/python-swiftclient$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment