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

Test-specific dependencies? #247

Open
galenlynch opened this issue Aug 24, 2020 · 1 comment
Open

Test-specific dependencies? #247

galenlynch opened this issue Aug 24, 2020 · 1 comment

Comments

@galenlynch
Copy link

Is CompatHelper supposed to also work for dependencies that are not required by a package, but are required to test the package, a.k.a. test-specific dependencies? DSP.jl recently ran into a situation where its test-specific dependency compat range was not being expanded by CompatHelper, which eventually caused test errors. I am not sure if this was due to misconfiguration on our part, or if this is an issue with CompatHelper. The test-specific dependency was specified using the method of specifying test dependencies that works for Julia 1.0 and 1.1, so that we can support the LTS version of Julia.

@DilumAluthge
Copy link
Member

Currently, CompatHelper only looks at the [deps] section for dependencies.

I'd be happy to accept a PR that adds support for test-only dependencies!

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

No branches or pull requests

2 participants