move pandora deps to development

This commit is contained in:
Gilles Boccon-Gibod
2024-12-03 09:08:30 -08:00
parent 3ce7b9255b
commit 60723323e9
3 changed files with 3 additions and 4 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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
@@ -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