-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: relax version detection checks (#30)
* fix: relax version detection checks * add changelog * lint * mypy * expose detect_version_specifier_set * lint * use re.search instead of re.findall * Update vvm/utils/versioning.py Co-authored-by: Charles Cooper <[email protected]> * add documentation and remove ~ conversion * fix tests * Update vvm/utils/versioning.py * add comments and negative tests * correct test * Update tests/test_versioning.py --------- Co-authored-by: Charles Cooper <[email protected]>
- Loading branch information
1 parent
e5eb199
commit 9ea420e
Showing
4 changed files
with
72 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters