Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save glaksmono/8c273fe4bdd01d2396f95ae36df29794 to your computer and use it in GitHub Desktop.
Save glaksmono/8c273fe4bdd01d2396f95ae36df29794 to your computer and use it in GitHub Desktop.
(venv) ➜ py-evm git:(eth-py-evm-667) ✗ pytest tests/json-fixtures/test_blockchain.py -x --ff --pdb
======================================================= test session starts =======================================================
platform darwin -- Python 3.6.4, pytest-3.2.5, py-1.5.3, pluggy-0.4.0
rootdir: /Users/glaksmono/Documents/py-evm, inifile: pytest.ini
plugins: xdist-1.22.2, pythonpath-0.7.2, mock-1.10.0, forked-0.2, cov-2.5.1, hypothesis-3.56.9, flaky-3.4.0
collecting 0 items
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> traceback >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
ImportError while importing test module '/Users/glaksmono/Documents/py-evm/tests/json-fixtures/test_blockchain.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
tests/json-fixtures/test_blockchain.py:5: in <module>
from evm.exceptions import (
evm/__init__.py:14: in <module>
from evm.chains import ( # noqa: F401
evm/chains/__init__.py:1: in <module>
from .base import ( # noqa: F401
evm/chains/base.py:38: in <module>
from evm.db.chain import (
evm/db/chain.py:20: in <module>
from trie import (
E ModuleNotFoundError: No module named 'trie'
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> entering PDB >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/_pytest/python.py(422)_importtestmodule()
-> "{traceback}".format(fspath=self.fspath, traceback=formatted_tb)
(Pdb) continue
collected 0 items / 1 errors
run-last-failure: run all (no recorded failures)
===Flaky Test Report===
===End Flaky Test Report===
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
==================================================== 1 error in 23.76 seconds =====================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment