-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
Dependency conflict: WebTest/webtest dependency conflict results in failure of tox test #561
Comments
I was able to reproduce this issue. I also tried to find a way to specify Also note that we have two versions of webtest in https://dist.plone.org/release/6.0-dev/constraints.txt. Can that screw things up? |
Oh, one more thing, this was working fine last week when I was testing #558 (comment). |
tox -e test has dep zope.testrunner, which installs zope.testrunner 7.0 with its dependencies. |
Confirming that changing line 110 in constrain_package_deps = false |
I was able to test my changes successfully last night around 14-15 hours from this comment. |
@stevepiercy @ksuess Instead, does it work to put |
that worked on my machine! |
do all the tests run fine for you? |
yes it did run successfully for me @ujsquared did u changed the lines as below?
|
yes! worked for me now. I think it needed a clean run of tox. |
Description
When running
tox -e test
ormake test
, dependency resolution fails with a conflict between WebTest and webtest packages in the constraints file. This results in aResolutionImpossible
type error thrown by pip which prevents installation of Zope package.Steps to Reproduce
tox -e test
Error Trace
Environment
Additional Information
As per @stevepiercy, a working virtual environment installation would additionally include the following lines in the trace
The text was updated successfully, but these errors were encountered: