Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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