Skip to content

Commit

Permalink
build(deps-dev): remove pipdeptree from dev dependency group (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer authored Apr 2, 2024
1 parent f3673f8 commit 5b43e6b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
build==1.2.1
hatch==1.9.4
pip==24.0
pipdeptree==2.16.2
pre-commit==3.7.0
setuptools==69.2.0
wheel==0.43.0
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ jobs:
cache: pip
- run: python -Im pip install --editable .[dev]
- run: python -Ic 'import oaipmh_scythe.__about__; print(oaipmh_scythe.__about__.__version__)'
- name: Set up pipdeptree
if: matrix.os == 'ubuntu-latest'
run: |
python -m pip install --constraint=.github/workflows/constraints.txt pipdeptree
- name: Write info to step summary
if: matrix.os == 'ubuntu-latest'
run: |
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ dependencies = [
dev = [
"oaipmh-scythe[lint]",
"oaipmh-scythe[test]",
"pipdeptree~=2.13",
]
docs = [
"mkdocs~=1.5",
Expand Down

0 comments on commit 5b43e6b

Please sign in to comment.