There's a closed pull request on the void-packages repository WIP: New package: molecule-3.6.1 https://github.com/void-linux/void-packages/pull/37479 Description: #### Testing the changes - I tested the changes in this PR: **briefly** (Only ran the automated tests, not manually tried the resulting package yet) ## TODO: - ~~maybe reduce the amount of `make_check=no` in the pytest plugins~~ - ~~maybe stop deselecting all the tests that actually try to run molecule as a command~~ (Reasoning: the current order of operations is do_build -> do_check -> do_install, we'd have to move everything around in order to accomodate that) - [ ] actually try this out - [x] package some backends, like molecule-podman or molecule-docker Fixes #11733