-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
plugins resolved by pip instead of core pytest packages #1652
Comments
Note this uses a virtualenv and works : https://travis-ci.org/asmodehn/pyros/jobs/139666794 |
This confirms the workaround works : https://travis-ci.org/asmodehn/pyros/builds/139680687 |
This is a setuptools usage misstake |
@asmodehn any updates on this, it still looks to me unrelated to pytest and i'd like to close the issue |
I dont have anything more to report. I fixed it for me, so feel free to close this, it s probably not a pytest But I find it strange that the order of dependencies in setup.py would Sadly, I also dont have enough time and setuptools experience to
|
Firstly I am not sure if this is problem of :
But it s quite tricky to figure out what is going wrong, so I though I d post it here first.
Here is the issue :
The full log is available at : https://travis-ci.org/asmodehn/pyros/jobs/139666793
This is probably reproducible by running :
with this package pyros-dev/pyros@2baf3fd, that uses this package https://github.com/asmodehn/pyzmp/releases/tag/0.0.10 that itself has pytest and pytest-timeout as a dependency.
Workaround
It seems I need to always list pytest after all pytest plugin packages in the dependency list. This triggers the pytest installation first...
The text was updated successfully, but these errors were encountered: