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

Implement separate "boa test" command to fix #326 #343

Merged
merged 3 commits into from
May 8, 2023

Conversation

moqmar
Copy link
Contributor

@moqmar moqmar commented May 5, 2023

Fixes #326 - boa test xyz.tar.bz2 can now be used to test a package seperate from the build process.

Also includes an argument "--extra-deps", as known from conda-build, to add additional packages to the testing environment. Use case for that would be for example to a) specify a Python version for a noarch package, or b) first test the package, then use the test environment (e.g. with the --extra-deps mypy & pylint) to run further linting or type checking steps in a CI.

@wolfv wolfv merged commit 7b70e54 into mamba-org:main May 8, 2023
4 checks passed
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

Successfully merging this pull request may close these issues.

[ feature request ] a conda-build --test like functionality in boa
2 participants