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 - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
python -m pip install ".[build,test,development,pandora]" python -m pip install ".[build,test,development]"
- name: Check - name: Check
run: | run: |
invoke project.pre-commit invoke project.pre-commit

View File

@@ -32,7 +32,7 @@ jobs:
- name: Install - name: Install
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
python -m pip install .[avatar,pandora] python -m pip install .[avatar]
- name: Rootcanal - name: Rootcanal
run: nohup python -m rootcanal > rootcanal.log & run: nohup python -m rootcanal > rootcanal.log &
- name: Test - name: Test

View File

@@ -91,6 +91,7 @@ test =
coverage >= 6.4 coverage >= 6.4
development = development =
black == 24.3 black == 24.3
bt-test-interfaces >= 0.0.6
grpcio-tools >= 1.62.1 grpcio-tools >= 1.62.1
invoke >= 1.7.3 invoke >= 1.7.3
mobly >= 1.12.2 mobly >= 1.12.2
@@ -105,8 +106,6 @@ development =
avatar = avatar =
pandora-avatar == 0.0.10 pandora-avatar == 0.0.10
rootcanal == 1.10.0 ; python_version>='3.10' rootcanal == 1.10.0 ; python_version>='3.10'
pandora =
bt-test-interfaces >= 0.0.6
documentation = documentation =
mkdocs >= 1.4.0 mkdocs >= 1.4.0
mkdocs-material >= 8.5.6 mkdocs-material >= 8.5.6