Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix travis #91

Open
jchodera opened this issue Jan 14, 2017 · 0 comments
Open

Fix travis #91

jchodera opened this issue Jan 14, 2017 · 0 comments

Comments

@jchodera
Copy link
Member

Looks like something changed upstream with mock:

======================================================================
ERROR: Failure: ImportError (No module named funcsigs)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/travis/miniconda/envs/test/lib/python2.7/site-packages/nose/loader.py", line 418, in loadTestsFromName
    addr.filename, addr.module)
  File "/home/travis/miniconda/envs/test/lib/python2.7/site-packages/nose/importer.py", line 47, in importFromPath
    return self.importFromDir(dir_path, fqname)
  File "/home/travis/miniconda/envs/test/lib/python2.7/site-packages/nose/importer.py", line 94, in importFromDir
    mod = load_module(part_fqname, fh, filename, desc)
  File "/home/travis/miniconda/envs/test/lib/python2.7/site-packages/ensembler/tests/test_gather_templates.py", line 9, in <module>
    from mock import Mock
  File "/home/travis/miniconda/envs/test/lib/python2.7/site-packages/mock/__init__.py", line 2, in <module>
    import mock.mock as _mock
  File "/home/travis/miniconda/envs/test/lib/python2.7/site-packages/mock/mock.py", line 80, in <module>
    import funcsigs

I'm not sure why this is suddenly happening, since mock and funcsigs packages on anaconda haven't changed recently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant