-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also adds pipeline to test with lower constraints
- Loading branch information
Showing
9 changed files
with
139 additions
and
72 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
coverage | ||
pytest | ||
pytest-benchmark | ||
pytest-plus | ||
tox>=4.0.0 | ||
coverage>=7.5.3 | ||
pytest>=8.0.0 | ||
pytest-benchmark>=4.0.0 | ||
pytest-plus>=0.7.0 | ||
tox>=4.2.4 # older version can fail to exit when calling --showconfig |
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 |
---|---|---|
@@ -1,13 +1,13 @@ | ||
GitPython | ||
build>=0.3.1.post1 # py_package | ||
diskcache >= 5.2.1 | ||
packaging | ||
diskcache>=5.2.1 | ||
gitpython>=3.1.26 | ||
packaging>=21.3 | ||
pip>=21.0.1 # py_package | ||
pluggy | ||
rich >= 9.0 | ||
pluggy>=1.3.0 # typer indirect | ||
rich>=10.11.0 # typer indirect | ||
setuptools # py_package due to running setup.py | ||
shellingham | ||
subprocess-tee >= 0.3.1 | ||
tomli >= 1.1.0 ; python_version < "3.11" | ||
shellingham>=1.5.4 | ||
subprocess-tee>=0.4.1 | ||
tomli>=2.0.1 ; python_version < "3.11" # tox | ||
twine>=3.4.1 # py_package | ||
typer | ||
typer>=0.12.2 # completion tests will fail with older |
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# This file is kept in a different directory than .config in order to not be | ||
# automatically updated by dependabot. This should be kept in sync with | ||
# minimal requirements configured inside .config/requirements.in | ||
build==0.3.1.post1 # py_package | ||
diskcache==5.2.1 | ||
gitpython==3.1.26 | ||
packaging==21.3 | ||
pip==23.2 # py_package (before installation might fail, including with tox) | ||
pluggy==1.3.0 | ||
rich==10.11.0 # typer indirect | ||
setuptools # py_package due to running setup.py | ||
shellingham==1.5.4 | ||
subprocess-tee==0.4.1 | ||
tomli >= 2.0.1 ; python_version < "3.11" # tox v4 | ||
twine==3.4.1 # py_package | ||
typer==0.12.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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,7 @@ jobs: | |
docs | ||
integration | ||
pkg | ||
lower | ||
platforms: linux,macos | ||
build: | ||
|
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