Skip to content

Commit

Permalink
fix: allow latest bus client version
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Nov 6, 2024
1 parent 995cbde commit 90e93a3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/end2end_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
pip install ./test/end2end/metadata-test-plugin
- name: Install core repo
run: |
pip install -e .[plugins]
pip install -e .[plugins] ovos-bus-client==1.0.0
- name: Run end2end tests
run: |
pytest --cov-append --cov=ovos_core --cov-report xml test/end2end
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/mycroft_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ jobs:
pip install -r requirements/tests.txt
- name: Install core repo
run: |
pip install -e .[deprecated]
pip install -e .[mycroft,plugins]
pip install -e .[mycroft,plugins,deprecated]
- name: Run mycroft compat tests
run: |
pytest test/backwards_compat
1 change: 1 addition & 0 deletions requirements/extra-deprecated.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ pyaudio

# mycroft-core imports / default plugins
# for compat with mycroft namespace
# NOTE: ovos-listener is causing conflicts in dependency resolution, blocks ovos-bus-client 1.0.0
ovos-listener>=0.0.3,<1.0.0
ovos-tts-plugin-mimic>=0.2.8, <1.0.0
ovos-ww-plugin-precise>=0.1, <1.0.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/mycroft.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# all ovos core modules, a full install like mycroft-core used to do
ovos_PHAL[extras]>=0.2.7,<1.0.0
ovos-audio[extras]>=0.3.1,<1.0.0
ovos-gui[extras]>=1.0.0,<2.0.0
ovos-gui[extras]>=0.2.2,<2.0.0
ovos-messagebus>=0.0.7,<1.0.0
ovos-dinkum-listener[extras]>=0.3.2,<1.0.0

0 comments on commit 90e93a3

Please sign in to comment.