This repository has been archived by the owner on Mar 27, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Create a branch for enabling http tests #4
Comments
http
tests
This was referenced Jun 22, 2017
This looks like #1443, which I thought had been fixed. @donny-dont, can you open a PR for this branch of |
I swore at one point that you COULD do this but it seems like pub changed to disallow that. Anyways I'll open up a branch on that. |
Actually, I just re-tested, and it looks like this works: dependency_overrides:
package_resolver: '^1.0.0' |
@nex3 weird I see that it works as well. Preparing some tests for you to land. I'll do it like that. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently there is a circular dependency between
test
andhttp
caused bypackage_resolver
. Pub no longer allows a package to depend on itself sodependency_overrides
cannot be used to successfully installtest
within the0.12.0-dev
version ofhttp
.Please create a branch with the following changes so it can be used as an override within
http
until the dependency here can be loosened.The text was updated successfully, but these errors were encountered: