Skip to content

Instantly share code, notes, and snippets.

@matthewbelisle-wf
Created October 3, 2012 17:23
Show Gist options
  • Save matthewbelisle-wf/3828432 to your computer and use it in GitHub Desktop.
Save matthewbelisle-wf/3828432 to your computer and use it in GitHub Desktop.
/Users/mgbelisle/code/aggregator/aggregator/lib/_pytest/core.py:147: UserWarning: Module py was already imported from /Users/mgbelisle/code/aggregator/aggregator/lib/py/__init__.pyc, but /Users/mgbelisle/.pythonbrew/pythons/Python-2.7.3/lib/python2.7/site-packages is being added to sys.path
from pkg_resources import iter_entry_points, DistributionNotFound
/Users/mgbelisle/code/aggregator/aggregator/lib/_pytest/core.py:147: UserWarning: Module _pytest was already imported from /Users/mgbelisle/code/aggregator/aggregator/lib/_pytest/__init__.pyc, but /Users/mgbelisle/.pythonbrew/pythons/Python-2.7.3/lib/python2.7/site-packages is being added to sys.path
from pkg_resources import iter_entry_points, DistributionNotFound
/Users/mgbelisle/code/aggregator/aggregator/lib/_pytest/core.py:147: UserWarning: Module pytest was already imported from /Users/mgbelisle/code/aggregator/aggregator/lib/pytest.pyc, but /Users/mgbelisle/.pythonbrew/pythons/Python-2.7.3/lib/python2.7/site-packages is being added to sys.path
from pkg_resources import iter_entry_points, DistributionNotFound
============================= test session starts ==============================
platform darwin -- Python 2.7.3 -- pytest-2.2.4
collecting ... collected 0 items / 5 errors
==================================== ERRORS ====================================
___________ ERROR collecting aggregator/api/tests/test_middleware.py ___________
aggregator/lib/py/_path/local.py:532: in pyimport
> __import__(modname)
aggregator/api/tests/__init__.py:5: in <module>
> from aggregator.session import Session, SQLITE_DB_STR
E ImportError: cannot import name SQLITE_DB_STR
________ ERROR collecting aggregator/api/v1_0/tests/test_prerelease.py _________
aggregator/api/v1_0/tests/test_prerelease.py:22: in <module>
> from aggregator.api.tests import Session, engine
aggregator/api/tests/__init__.py:5: in <module>
> from aggregator.session import Session, SQLITE_DB_STR
E ImportError: cannot import name SQLITE_DB_STR
_______________ ERROR collecting aggregator/tests/test_models.py _______________
aggregator/lib/py/_path/local.py:532: in pyimport
> __import__(modname)
aggregator/tests/__init__.py:3: in <module>
> from aggregator.session import Session, SQLITE_DB_STR
E ImportError: cannot import name SQLITE_DB_STR
______ ERROR collecting aggregator/tests/test_tasks_read_sec_rss_feed.py _______
aggregator/lib/py/_path/local.py:532: in pyimport
> __import__(modname)
aggregator/tests/__init__.py:3: in <module>
> from aggregator.session import Session, SQLITE_DB_STR
E ImportError: cannot import name SQLITE_DB_STR
_____________ ERROR collecting aggregator/tests/test_validators.py _____________
aggregator/lib/py/_path/local.py:532: in pyimport
> __import__(modname)
aggregator/tests/__init__.py:3: in <module>
> from aggregator.session import Session, SQLITE_DB_STR
E ImportError: cannot import name SQLITE_DB_STR
=========================== 5 error in 0.59 seconds ============================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment