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

Enforce consistency between test + release dependencies #2

Open
cjfuller opened this issue Jan 4, 2022 · 0 comments
Open

Enforce consistency between test + release dependencies #2

cjfuller opened this issue Jan 4, 2022 · 0 comments

Comments

@cjfuller
Copy link
Owner

cjfuller commented Jan 4, 2022

Right now we resolve test-only dependencies completely separately from the release dependencies and then include both on the classpath when running tests. In practice this often works out fine, but we should instead resolve test + release dependencies at the same time and error if we resolve anything to a different version than what's in the release lockfile.

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

1 participant