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

[Feature request] Upgrade test to version 1.3.0 #97

Closed
cedx opened this issue Jul 27, 2018 · 2 comments
Closed

[Feature request] Upgrade test to version 1.3.0 #97

cedx opened this issue Jul 27, 2018 · 2 comments

Comments

@cedx
Copy link

cedx commented Jul 27, 2018

  • Dart SDK : 2.0.0-dev.69.2 (Mon Jul 23 17:10:56 2018 +0200) on "windows_x64"
  • file_testing : 2.0.0

I'm using the file_testing package with the test package. The issue is that file_testing depends on test: ^0.12.33, but I'm using the version 1.3.0. So I can't install the dependencies of my project :

$ pub get
Resolving dependencies...
Because no versions of file_testing match >2.0.0 <3.0.0 and file_testing 2.0.0 depends on test ^0.12.33, file_testing ^2.0.0 requires test ^0.12.33.
So, because my_project depends on both test ^1.3.0 and file_testing ^2.0.0, version solving failed.
Process finished with exit code 1

It would be cool if the test constraint could be upgraded.

@cedx
Copy link
Author

cedx commented Aug 10, 2018

Thanks @pq

@pq
Copy link
Collaborator

pq commented Aug 10, 2018

Still a little ways to go but getting there!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants