Wolf Vollprecht

Results 1457 comments of Wolf Vollprecht

Thanks for the write up. I agree that it might be a good change. Would be interesting to scan the existing packages to see how many do rely on binary...

I am wondering whether this should be a CLI flag or part of the `package_contents` test (or both). We could extend the package contents test with something like: ```yaml -...

Hey @vyasr - it's not actually an issue with Jinja in this case, but how we are doing things in the context (where we are forcing things to be either...

I just re-read this issue after a while and I think I am a little confused about some of the words. The contents of the cache should not "directly" make...

You can write a "script" test and use "interpreter: python". Or you can write a script test and call python manually. In the script test you can specify arbitrary dependencies....

We just added the ability to add the python version, e.g. ``` tests: - python: imports: [ ... ] python_version: ["3.8", "3.9", ...] # can be one or multiple ```...

Yeah that was the intention of @hadim's PR :) I think you can do `python_version: ${{ python_min }}` https://github.com/prefix-dev/rattler-build/pull/1170

you wrote `mamba mambabuild` (did that ever work?)

Thanks! Yes, I was aware of the issues with eager testing and it's something I would like to address soon. I would like to sort packages to still test as...