molecule requirementes should not pinned
See original GitHub issueDesired Behavior
Molecule is a development/testing tool and it should not have pinned runtime or testing requirements.
Instead we need to use ranges that prevent usage of dependencies what we know are bugged or broken.
This also should avoid possible conflicts between a molecule dependency would come into conflict with the version mentioned by ansible or another dependency.
Sooner or later we will clearly have a different version of foo
package when using one version of anasible and another one when using a newer version.
When implementing this we should also use pip check
to validate that after installation there are no reported conflicts reported by pip.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Molecule can not run Gathering Facts when using podman #2
Issue Type Bug report Molecule and Ansible details ansible --version && molecule --version ansible 2.9.5 config file = None configured ...
Read more >Cellular and Molecular Requirements for Polar PIN Targeting ...
Here, we examine the cellular and molecular mechanisms of polar PIN ... However, the BFA-resistant GNL1 does not seem to be strictly required...
Read more >Work-Function Modification beyond Pinning: When Do ...
To demonstrate that Fermi-level pinning is a necessary requirement for the asymmetry, we studied also fluorethane (Figure 4a, bottom), a wide- ...
Read more >Testing Ansible Automation with Molecule Pt. 2 - Medium
In this post, we will dive deeper into the molecule configuration and various ... scenario but should not be considered production ready.
Read more >Fixation of Tissues - RCPA
The following guidelines are provided for optimal tissue fixation. ... heavy metal fixatives, or decalcifying solutions) must not be used on specimens ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Merge request: https://github.com/ansible/molecule/pull/2024
I think we largely dealt with the worst of this.