Skip to content

Commit

Permalink
move pandora deps to development
Browse files Browse the repository at this point in the history
  • Loading branch information
barbibulle committed Dec 3, 2024
1 parent 3ce7b92 commit 6072332
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install ".[build,test,development,pandora]"
python -m pip install ".[build,test,development]"
- name: Check
run: |
invoke project.pre-commit
2 changes: 1 addition & 1 deletion .github/workflows/python-avatar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install
run: |
python -m pip install --upgrade pip
python -m pip install .[avatar,pandora]
python -m pip install .[avatar]
- name: Rootcanal
run: nohup python -m rootcanal > rootcanal.log &
- name: Test
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ test =
coverage >= 6.4
development =
black == 24.3
bt-test-interfaces >= 0.0.6
grpcio-tools >= 1.62.1
invoke >= 1.7.3
mobly >= 1.12.2
Expand All @@ -105,8 +106,6 @@ development =
avatar =
pandora-avatar == 0.0.10
rootcanal == 1.10.0 ; python_version>='3.10'
pandora =
bt-test-interfaces >= 0.0.6
documentation =
mkdocs >= 1.4.0
mkdocs-material >= 8.5.6
Expand Down

0 comments on commit 6072332

Please sign in to comment.