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

Better handling of VersionConflict #7

Closed
blueyed opened this issue Sep 11, 2015 · 0 comments
Closed

Better handling of VersionConflict #7

blueyed opened this issue Sep 11, 2015 · 0 comments

Comments

@blueyed
Copy link
Contributor

blueyed commented Sep 11, 2015

I am seeing the following error (end of traceback), when running py.test:

  File "…/pytest/_pytest/config.py", line 917, in _preparse
    self.pluginmanager.load_setuptools_entrypoints("pytest11")
  File "…/pluggy/pluggy.py", line 501, in load_setuptools_entrypoints
    plugin = ep.load()
  File "…/pyenv/velodrome/lib/python3.4/site-packages/pkg_resources/__init__.py", line 2354, in load
    self.require(*args, **kwargs)
  File "…/pyenv/velodrome/lib/python3.4/site-packages/pkg_resources/__init__.py", line 2371, in require
    items = working_set.resolve(reqs, env, installer)
  File "…/pyenv/velodrome/lib/python3.4/site-packages/pkg_resources/__init__.py", line 844, in resolve
    raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.VersionConflict: (coverage 4.0b3 (…/pyenv/velodrome/lib/python3.4/site-packages), Requirement.parse('coverage<4.0,>=3.7.1'))

The exception does not provide a hint about the problematic plugin.

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

2 participants