forked from aws/aws-cli
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make changes specific to v2 for dependency tests
Notable changes between v1 and v2 are: * The difference in dependency closures * The difference in where the new test requirement is specified * Remove running the test on Python3.12 since the codebase does not support it yet * Avoid using the MetaPathFinder provided by importlib.metadata when finding distributions to avoid compatibility issues with the MetaPathFinder v2 injects
- Loading branch information
Showing
3 changed files
with
46 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ coverage==7.0.1 | |
pytest-cov==4.0.0 | ||
pytest-xdist==3.1.0 | ||
pip-tools==7.0.0 | ||
packaging==23.2 |
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