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

VersionConflict #3595

Closed
ghost opened this issue Jun 17, 2018 · 4 comments
Closed

VersionConflict #3595

ghost opened this issue Jun 17, 2018 · 4 comments
Labels
status: needs information reporter needs to provide more information; can be closed after 2 or more weeks of inactivity

Comments

@ghost
Copy link

ghost commented Jun 17, 2018

Python 3.4 https://travis-ci.org/EBI-Metagenomics/emgapi/jobs/393429745
3.5 and 3.6 is ok

pkg_resources.VersionConflict: (pytest 3.0.7 (/home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages), Requirement.parse('pytest>=3.6'))
@pytestbot pytestbot added the type: infrastructure improvement to development/releases/CI structure label Jun 17, 2018
@pytestbot
Copy link
Contributor

GitMate.io thinks possibly related issues are #704 (Needs to handle VersionConflict in consider_setuptools_entrypoints), #2435 (f), and #2994 (ContextualVersionConflict while installing py dependency of pytest).

@ghost
Copy link
Author

ghost commented Jun 17, 2018

I am not sure if #704 is related. This is purely recent problem

@pytestbot pytestbot added the type: bug problem that needs to be addressed label Jun 17, 2018
@RonnyPfannschmidt
Copy link
Member

using easy-install to install the setup deps tends to break things (setup.py test does that)

please pip install the test requirements and report back

@RonnyPfannschmidt
Copy link
Member

it makes sense to report this as issue to pytest-runner - it could give a more nice error if the working environment has a outdated pytest version preinstalled (a travis has) and something new comes along and pis a newer one

i believe its entirely related to a dependency pinning an newer pytest version

@nicoddemus nicoddemus added status: needs information reporter needs to provide more information; can be closed after 2 or more weeks of inactivity and removed type: bug problem that needs to be addressed type: infrastructure improvement to development/releases/CI structure labels Jun 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: needs information reporter needs to provide more information; can be closed after 2 or more weeks of inactivity
Projects
None yet
Development

No branches or pull requests

3 participants