-
Notifications
You must be signed in to change notification settings - Fork 72
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
Version Conflict with PyYAML 6.0 #70
Comments
Hello, thank you for raising the issue. There seems to be no easy solution ― the problem is in a transitive dependency that we have no control over (we depend on Another solution would be to use Finally, it might be possible to change |
Thank for the detailed answer. Using a pre-installed docker-compose has the same dependency on I have opened an issue on docker/compose to update the dependency to 6.0 : docker/compose#9114 |
An attempt to not strictly depend on Docker Compose (and not on PyYAML either) is provided in this PR: #72. |
Fixed by #72, would you please close the issue @PJ-Schulz ? |
Hello
I would like to use pytest-docker in my library. However, I also need PyYAML with version 6.0. poetry is used as package manager. When I now install pytest-docker and PyYAML, I get a poetry SolverProblemError:
Does anyone know how to use pytest-docker with PyYAML 6.0, or how to fix this bug?
The text was updated successfully, but these errors were encountered: