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

fix: test_package for .tar.bz2 and .conda #983

Merged
merged 3 commits into from
May 8, 2024

Conversation

mbargull
Copy link
Member

@mbargull mbargull commented May 6, 2024

We used some custom code to extract test information from .tar.bz2 packages which would need adjustments to handle .conda packages -- but nowadays we can just use conda-package-streaming for this instead, as done here.

@mbargull mbargull force-pushed the fix-package_fmt-2 branch 9 times, most recently from ee76bbf to 0ac97b7 Compare May 7, 2024 05:28
mbargull added 3 commits May 8, 2024 07:56
via conda-package-streaming

Signed-off-by: Marcel Bargull <[email protected]>
Previously bioconda_utils.utils.sandboxed_env assigned os.environ with a
newly created dict and did not restore it to the original os.environ
object -- breaking pytest.monkeypatch.setenv (and my sanity...).

Signed-off-by: Marcel Bargull <[email protected]>
@mbargull mbargull force-pushed the fix-package_fmt-2 branch from 0ac97b7 to cec8a0f Compare May 8, 2024 06:06
@mbargull mbargull marked this pull request as ready for review May 8, 2024 07:44
@mbargull mbargull merged commit c683290 into bioconda:master May 8, 2024
10 checks passed
mbargull pushed a commit that referenced this pull request May 8, 2024
🤖 I have created a release \*beep\* \*boop\*
---
###
[2.15.1](https://www.github.com/bioconda/bioconda-utils/compare/v2.15.0...v2.15.1)
(2024-05-08)


### Bug Fixes

* test_package for .tar.bz2 and .conda
([#983](https://www.github.com/bioconda/bioconda-utils/issues/983))
([c683290](https://www.github.com/bioconda/bioconda-utils/commit/c683290319d4f148644972b6caf626be6d1c6c99))
---


This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.

1 participant