Skip to content

Update pytest-randomly requirement from >=3.16.0 to >=4.1.0 in /requirements#761

Open
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/pip/requirements/pytest-randomly-gte-4.1.0
Open

Update pytest-randomly requirement from >=3.16.0 to >=4.1.0 in /requirements#761
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/pip/requirements/pytest-randomly-gte-4.1.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 22, 2026

Updates the requirements on pytest-randomly to permit the latest version.

Changelog

Sourced from pytest-randomly's changelog.

4.1.0 (2026-04-20)

  • Fix a crash with Faker installed when explicitly enabling and disabling the plugin (via -p randomly -p no:randomly).

    Thanks to mojosan77 for the report in Issue [#718](https://github.com/pytest-dev/pytest-randomly/issues/718) <https://github.com/pytest-dev/pytest-randomly/issues/718>__.

  • Drop Python 3.9 support.

4.0.1 (2025-09-12)

  • Remove the random state caching, which would grow without bound, leaking memory in long test runs. The caching was added to slightly speed up re-using the same (final) seed, but since the final seed is now different for each test, it has no effect.

    PR [#690](https://github.com/pytest-dev/pytest-randomly/issues/690) <https://github.com/pytest-dev/pytest-randomly/issues/687>__.

  • Modify Numpy seed restriction, replacing hashing with a modulo operation. The extra work to hash is unnecessary now that we generate a final seed per test with CRC32. This change saves ~500ns per test when Numpy is installed.

    PR [#691](https://github.com/pytest-dev/pytest-randomly/issues/691) <https://github.com/pytest-dev/pytest-randomly/issues/691>__.

4.0.0 (2025-09-10)

  • Support Python 3.14.

  • Use a different random seed per test, based on the test ID.

    This change should mean that tests exercise more random data values in a given run, and that any randomly-generated identifiers have a lower chance of collision when stored in a shared resource like a database.

    PR [#687](https://github.com/pytest-dev/pytest-randomly/issues/687) <https://github.com/pytest-dev/pytest-randomly/issues/687>. Thanks to Bryce Drennan for the suggestion in Issue [#600](https://github.com/pytest-dev/pytest-randomly/issues/600) <https://github.com/pytest-dev/pytest-randomly/issues/600> and initial implementation in PR [#617](https://github.com/pytest-dev/pytest-randomly/issues/617) <https://github.com/pytest-dev/pytest-randomly/pull/617>__.

  • Move from MD5 to CRC32 for hashing test IDs, as it’s 5x faster and we don’t need cryptographic security.

    Issue [#686](https://github.com/pytest-dev/pytest-randomly/issues/686) <https://github.com/pytest-dev/pytest-randomly/issues/686>__.

3.16.0 (2024-10-25)

  • Drop Python 3.8 support.

  • Support Python 3.13.

3.15.0 (2023-08-15)

  • Support Python 3.12.

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [pytest-randomly](https://github.com/pytest-dev/pytest-randomly) to permit the latest version.
- [Changelog](https://github.com/pytest-dev/pytest-randomly/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-randomly@3.16.0...4.1.0)

---
updated-dependencies:
- dependency-name: pytest-randomly
  dependency-version: 4.1.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 22, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 22, 2026

The bots have spoken! Here's the summary of their findings. 🗣️

I've aggregated the results of the automated checks for this PR below.

📋 Repo Health

Ensuring the repo's heart is beating steady (aka main branch). ❤️

✅ All required files present.

Latest Version: 2.1.5a1

ovos_core/version.py — Version file
README.md — README
LICENSE — License file
pyproject.toml — pyproject.toml
⚠️ setup.py — setup.py
CHANGELOG.md — Changelog
ovos_core/version.py has valid version block markers

🏷️ Release Preview

I've checked the 'Breaking Changes' section for surprises. 💥

Current: 2.1.5a1Next: 2.1.5a2

Signal Value
Label dependencies, python
PR title Update pytest-randomly requirement from >=3.16.0 to >=4.1.0 in /requirements
Bump alpha

⚠️ No conventional commit prefix — alpha-only bump.
Suggested: fix: update the thing or feat: update the thing


🚀 Release Channel Compatibility

Predicted next version: 2.1.5a2

Channel Status Note Current Constraint
Stable Too new (must be <1.4.0) ovos-core>=1.3.1,<1.4.0
Testing Compatible ovos-core>=2.1.1,<3.0.0
Alpha Compatible ovos-core>=2.1.5a1

🌍 Locale Build

I've checked the vitals of this contribution. 🩺

✅ Locale properly configured (64 files, 17 languages)

Locale directories found:

  • ovos_core/intent_services/locale

Localization coverage:

  • ovos_core/intent_services/locale: 64 files in 17 languages (da-dk, it-it, de-de, pt-pt, pl-pl...)

pyproject.toml:[tool.setuptools.package-data.ovos_core] includes locale

  • intent_services/locale/*/*.voc

Build manifest: ✅ 31 locale files included in package

🔒 Security (pip-audit)

Verifying the integrity of our digital supply chain. ⛓️

✅ No known vulnerabilities found (104 packages scanned).

📊 Coverage

Peeking behind the curtain of your test suite. 🎭

⚠️ 60.6% total coverage

Files below 80% coverage (8 files)
File Coverage Missing lines
ovos_core/__init__.py 0.0% 7
ovos_core/__main__.py 0.0% 26
ovos_core/intent_services/__init__.py 0.0% 1
ovos_core/version.py 0.0% 18
ovos_core/skill_installer.py 42.3% 139
ovos_core/intent_services/service.py 49.2% 165
ovos_core/skill_manager.py 58.8% 173
ovos_core/transformers.py 66.0% 49

Full report: download the coverage-report artifact.

🔨 Build Tests

Checking if the code is ready for prime time. 📺

✅ All versions pass

Python Build Install Tests
3.10
3.11
3.12
3.13
3.14

⚖️ License Check

Verifying that everything is above board legally. ⚓

❌ License violations detected (163 packages) — review required before merging.

Dependency                          License Name                                            License Type         Misc                                    
phoonnx:0.5.4                       Error                                                   Error                                                        

License Type                        Found                                                  
Error                               1

License distribution: 32× Apache Software License, 26× Apache-2.0, 26× MIT License, 20× MIT, 14× BSD License, 12× BSD-3-Clause, 3× apache-2.0, 2× BSD-2-Clause, +22 more

Full breakdown — 163 packages
Package Version License URL
astral 3.2 Apache Software License link
attrs 26.1.0 MIT link
audioop-lts 0.2.2 PSF-2.0 link
beautifulsoup4 4.14.3 MIT License link
bidict 0.23.1 Mozilla Public License 2.0 (MPL 2.0) link
bitstruct 8.22.1 MIT link
blinker 1.9.0 MIT License link
bs4 0.0.2 MIT License
build 1.4.3 MIT link
caldav 1.6.0 Apache Software License; GNU General Public License (GPL) link
casttube 0.2.1 MIT link
certifi 2026.2.25 Mozilla Public License 2.0 (MPL 2.0) link
cffi 2.0.0 MIT link
charset-normalizer 3.4.7 MIT link
click 8.3.2 BSD-3-Clause link
combo_lock 0.3.1 Apache-2.0 link
dateparser 1.4.0 BSD License link
dbus-next 0.2.3 MIT License link
decorator 5.2.1 BSD License
fann2 1.0.7 GNU Lesser General Public License v2 or later (LGPLv2+) link
feedparser 6.0.12 BSD License link
filelock 3.29.0 MIT link
Flask 3.1.3 BSD-3-Clause link
flatbuffers 25.12.19 Apache Software License link
ftfy 6.3.1 Apache-2.0 link
future 1.0.0 MIT License link
geocoder 1.38.1 Apache Software License link
h3 4.4.2 Apache Software License link
icalendar 5.0.14 BSD License link
icepool 2.2.1 MIT License link
idna 3.12 BSD-3-Clause link
ifaddr 0.2.0 MIT License link
importlib_metadata 9.0.0 Apache-2.0 link
itsdangerous 2.2.0 BSD License link
Jinja2 3.1.6 BSD License link
json-database 0.10.1 MIT link
kthread 0.2.3 MIT License link
langcodes 3.5.1 MIT License link
lxml 6.1.0 BSD-3-Clause link
markdown-it-py 4.0.0 MIT License link
MarkupSafe 3.0.3 BSD-3-Clause link
mdurl 0.1.2 MIT License link
memory-tempfile 2.2.3 MIT License link
more-itertools 8.14.0 MIT License link
mpmath 1.3.0 BSD License link
numpy 2.4.4 BSD-3-Clause AND 0BSD AND MIT AND Zlib AND CC0-1.0 link
oauthlib 3.3.1 BSD-3-Clause link
onnxruntime 1.24.4 MIT License link
ovos-audio 1.2.0 Apache-2.0 link
ovos-audio-plugin-mpv 0.2.1 Apache-2.0 link
ovos-config 1.2.2 Apache-2.0 link
ovos-core 2.1.5a1 Apache-2.0 link
ovos-date-parser 0.6.5 Apache Software License link
ovos-dialog-normalizer-plugin 0.0.1 MIT link
ovos-dinkum-listener 0.5.0 Apache Software License link
ovos-lang-parser 0.0.2 Apache Software License link
ovos-messagebus 0.0.10 Apache Software License link
ovos-number-parser 0.5.1 Apache Software License link
ovos-ocp-files-plugin 0.13.1 MIT link
ovos-ocp-m3u-plugin 0.0.1 Apache-2.0 link
ovos-ocp-news-plugin 0.1.2 Apache-2.0 link
ovos-PHAL-plugin-oauth 0.1.3 Apache Software License link
ovos-plugin-manager 2.4.0a1 Apache-2.0 link
ovos-skill-alerts 0.1.28 BSD-3-Clause link
ovos-skill-count 0.0.2 Apache-2.0 link
ovos-skill-date-time 1.1.5 Apache-2.0 link
ovos-skill-diagnostics 0.0.8 Apache-2.0 link
ovos-skill-fallback-unknown 0.1.9 Apache-2.0 link
ovos-skill-hello-world 0.2.1 Apache-2.0 link
ovos-skill-parrot 0.1.25 Apache-2.0 link
ovos-skill-personal 0.1.19 Apache-2.0 link
ovos-skill-randomness 0.1.2 MIT link
ovos-skill-spelling 0.2.6 Apache-2.0 link
ovos-solver-yes-no-plugin 0.2.8 MIT link
ovos-utils 0.8.5 Apache-2.0 link
ovos-utterance-normalizer 0.2.3 Apache Software License link
ovos-vad-plugin-silero 0.1.0 Apache Software License link
ovos-workshop 7.0.6 apache-2.0 link
ovos_audio_plugin_simple 0.1.3 Apache-2.0 link
ovos_bus_client 1.5.0 Apache Software License link
ovos_gui 1.3.4 Apache-2.0 link
ovos_gui_plugin_shell_companion 1.0.6 Apache Software License link
ovos_media_plugin_chromecast 0.1.3 Apache-2.0 link
ovos_media_plugin_spotify 0.2.7 Apache-2.0 link
ovos_microphone_plugin_sounddevice 0.0.2 Apache Software License link
ovos_ocp_rss_plugin 0.1.2 Apache-2.0 link
ovos_ocp_youtube_plugin 0.0.6 Apache-2.0 link
ovos_padatious 1.4.3 Apache Software License link
ovos_PHAL 0.2.12 apache-2.0 link
ovos_phal_plugin_connectivity_events 0.1.3 Apache Software License link
ovos_phal_plugin_ipgeo 0.1.7 Apache Software License link
ovos_plugin_common_play 1.3.1 Apache Software License link
ovos_stt_plugin_server 0.1.3 Apache Software License link
ovos_tts_plugin_piper 0.2.5 Apache Software License link
ovos_tts_plugin_server 0.0.5 Apache Software License link
ovos_ww_plugin_precise_onnx 0.1.0 Apache Software License link
ovos_ww_plugin_vosk 0.1.10 Apache Software License link
packaging 26.1 Apache-2.0 OR BSD-2-Clause link
padacioso 1.0.0 apache-2.0 link
pexpect 4.9.0 ISC License (ISCL) link
phoonnx 0.5.4 UNKNOWN link
pillow 12.2.0 MIT-CMU link
pprintpp 0.4.0 BSD License link
protobuf 7.34.1 3-Clause BSD License link
psutil 7.2.2 BSD-3-Clause link
ptyprocess 0.7.0 ISC License (ISCL) link
PyChromecast 14.0.10 MIT License link
pycparser 3.0 BSD-3-Clause link
pyee 12.1.1 MIT License link
Pygments 2.20.0 BSD-2-Clause link
pyproject_hooks 1.2.0 MIT License link
PyStemmer 3.0.0 BSD License; MIT License link
python-dateutil 2.9.0.post0 Apache Software License; BSD License link
python-mpv-jsonipc 1.2.1 Apache Software License link
pytube 15.0.0 The Unlicense (Unlicense) link
pytz 2026.1.post1 MIT License link
PyYAML 6.0.3 MIT License link
qrcode 7.3.1 BSD License link
quebra-frases 0.3.7 Apache Software License link
RapidFuzz 3.14.5 MIT link
ratelim 0.1.6 MIT link
recurring-ical-events 3.3.4 GNU Lesser General Public License v3 or later (LGPLv3+) link
redis 7.4.0 MIT link
regex 2026.4.4 Apache-2.0 AND CNRI-Python link
requests 2.33.1 Apache Software License link
rich 13.9.4 MIT License link
rich-click 1.9.7 MIT License

Copyright (c) 2022 Phil Ewels

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
| link |
| scipy | 1.17.1 | BSD License | link |
| sgmllib3k | 1.0.0 | BSD License | link |
| simplematch | 1.4 | MIT License | link |
| six | 1.17.0 | MIT License | link |
| snowballstemmer | 3.0.1 | BSD License | link |
| sonopy | 0.1.2 | UNKNOWN | link |
| sounddevice | 0.5.5 | MIT | link |
| soupsieve | 2.8.3 | MIT | link |
| SpeechRecognition | 3.16.0 | BSD-3-Clause | link |
| spotipy | 2.26.0 | MIT | link |
| srt | 3.5.3 | MIT License | link |
| standard-aifc | 3.13.0 | Python Software Foundation License | link |
| standard-chunk | 3.13.0 | Python Software Foundation License | link |
| sympy | 1.14.0 | BSD License | link |
| timezonefinder | 8.2.2 | The MIT License (MIT)

Copyright (c) 2016 Jannik Michelfeit

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
| link |
| tornado | 6.5.5 | Apache Software License | link |
| tqdm | 4.67.3 | MPL-2.0 AND MIT | link |
| tutubo | 2.0.2 | Apache | link |
| typing_extensions | 4.15.0 | PSF-2.0 | link |
| tzdata | 2026.1 | Apache-2.0 | link |
| tzlocal | 5.3.1 | MIT License | link |
| unicode-rbnf | 2.4.0 | MIT License | |
| urllib3 | 2.6.3 | MIT | link |
| vobject | 0.9.9 | Apache Software License | |
| vosk | 0.3.45 | Apache Software License | link |
| watchdog | 2.3.1 | Apache Software License | link |
| websocket-client | 1.9.0 | Apache Software License | link |
| websockets | 16.0 | BSD-3-Clause | link |
| Werkzeug | 3.1.8 | BSD-3-Clause | link |
| wrapt | 2.1.2 | BSD-2-Clause | link |
| x-wr-timezone | 1.0.1 | GNU Lesser General Public License v3 or later (LGPLv3+) | link |
| xxhash | 3.6.0 | BSD License | link |
| yt-dlp | 2026.3.17 | Unlicense | link |
| ytmusicapi | 1.11.5 | MIT License | link |
| zeroconf | 0.148.0 | LGPL-2.1-or-later | link |
| zipp | 3.23.1 | MIT | link |

Policy: Apache 2.0 (universal donor). StrongCopyleft / NetworkCopyleft / WeakCopyleft / Other / Error categories fail. MPL allowed.

🔌 Skill Tests (ovoscope)

Scanning the conversational landscape for anomalies. 🕵️

35/36 passed, 1 failed

TestAdaptIntent — 4/4

❌ **TestCancelIntentMidSentence** — 0/1
Test Result
test_cancel_match ❌ failed

test_cancel_match failure:

ted message_type '{expected.msg_type}' | got '{received.msg_type}'"
                if self.verbose:
                    print(f"✅ got expected message_type: '{expected.msg_type}'")
            if self.test_msg_data:
                for k, v in expected.data.items():
>                   assert received.data[k] == v, f"❌ message data mismatch for key '{k}' - expected '{v}' | got '{received.data[k]}'"
E                   AssertionError: ❌ message data mismatch for key 'uri' - expected 'snd/cancel.mp3' | got 'snd/error.mp3'
E                   assert 'snd/error.mp3' == 'snd/cancel.mp3'
E                     
E                     - snd/cancel.mp3
E                     + snd/error.mp3

/opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/site-packages/ovoscope/__init__.py:861: AssertionError
✅ **TestConverse** — 1/1 ✅ **TestCountSkills** — 4/4 ✅ **TestDeactivate** — 3/3 ✅ **TestFallback** — 1/1 ✅ **TestGlobalStopVocWithActiveSkill** — 1/1 ✅ **TestGlobalStopVocabulary** — 2/2 ✅ **TestIntentPipelineRouting** — 4/4 ✅ **TestLangDisambiguation** — 4/4 ✅ **TestNoSkills** — 2/2 ✅ **TestPadatiousIntent** — 4/4 ✅ **TestStopNoSkills** — 3/3 ✅ **TestStopServiceAsSkill** — 1/1 ✅ **TestStopSkillCanHandleFalse** — 1/1

🚌 Bus Coverage

Ensuring no message type is left behind! 🏃

🔴 Coverage Summary

Metric Status Coverage
Listeners ██░░░░░░░░ 26.8% 59/220 handlers
Emitters ██████████ 100% 59/59 observed
Assertions █████████░ 98% 58/59 asserted

📊 Per-Skill Breakdown

Skill Listeners Observed Asserted
AdaptPipeline 4/7 (57.1%) 0/0 0/0
ConverseService 3/4 (75.0%) 0/0 0/0
FallbackService 2/2 (100.0%) 0/0 0/0
IntentService 3/4 (75.0%) 0/0 0/0
Model2VecIntentPipeline 3/5 (60.0%) 0/0 0/0
PadaciosoPipeline 2/4 (50.0%) 0/0 0/0
PadatiousPipeline 4/8 (50.0%) 0/0 0/0
SkillManager 0/4 (0.0%) 0/0 0/0
__core__ 7/36 (19.4%) 12/12 12/12
ovos-skill-count.openvoiceos 4/20 (20.0%) 8/8 7/8
ovos-skill-fallback-unknown.openvoiceos 3/21 (14.3%) 4/4 4/4
ovos-skill-hello-world.openvoiceos 3/24 (12.5%) 7/7 7/7
ovos-skill-parrot.openvoiceos 9/33 (27.3%) 10/10 10/10
stop.openvoiceos 3/21 (14.3%) 7/7 7/7
test_activation.openvoiceos 9/27 (33.3%) 11/11 11/11
🔍 Detailed Message Type Breakdown

AdaptPipeline

⚠️ Uncovered Listeners:

  • detach_intent
  • intent.service.adapt.get
  • intent.service.adapt.vocab.manifest.get
    ✅ Covered Listeners:
  • detach_skill (1339x)
  • intent.service.adapt.manifest.get (2202x)
  • register_intent (342x)
  • register_vocab (34917x)

ConverseService

⚠️ Uncovered Listeners:

  • intent.service.active_skills.get
    ✅ Covered Listeners:
  • converse:skill (31x)
  • intent.service.skills.activate (30x)
  • intent.service.skills.deactivate (60x)

FallbackService

✅ Covered Listeners:

  • ovos.skills.fallback.deregister (15x)
  • ovos.skills.fallback.register (9x)

IntentService

⚠️ Uncovered Listeners:

  • intent.service.intent.get (Intent)
    ✅ Covered Listeners:
  • intent.service.pipelines.reload (665x)
  • intent.service.skills.deactivate (60x)
  • recognizer_loop:utterance (655x)

Model2VecIntentPipeline

⚠️ Uncovered Listeners:

  • detach_intent
  • mycroft.ready
    ✅ Covered Listeners:
  • detach_skill (1339x)
  • padatious:register_intent (521x)
  • register_intent (342x)

PadaciosoPipeline

⚠️ Uncovered Listeners:

  • padatious:register_entity (Intent)
  • detach_intent
    ✅ Covered Listeners:
  • detach_skill (1339x)
  • padatious:register_intent (521x)

PadatiousPipeline

⚠️ Uncovered Listeners:

  • padatious:register_entity (Intent)
  • detach_intent
  • intent.service.padatious.entities.manifest.get
  • intent.service.padatious.get
    ✅ Covered Listeners:
  • detach_skill (1339x)
  • intent.service.padatious.manifest.get (2202x)
  • mycroft.skills.train (665x)
  • padatious:register_intent (521x)

SkillManager

⚠️ Uncovered Listeners:

  • skillmanager.activate
  • skillmanager.deactivate
  • skillmanager.keep
  • skillmanager.list

__core__

⚠️ Uncovered Listeners:

  • recognizer_loop:audio_output_end (Intent)
  • recognizer_loop:audio_output_start (Intent)
  • recognizer_loop:record_begin (Intent)
  • recognizer_loop:record_end (Intent)
  • add_context
  • clear_context
  • message
  • mycroft.ovos-skill-count.openvoiceos.all_loaded
  • mycroft.ovos-skill-count.openvoiceos.is_alive
  • mycroft.ovos-skill-count.openvoiceos.is_ready
  • mycroft.ovos-skill-fallback-unknown.openvoiceos.all_loaded
  • mycroft.ovos-skill-fallback-unknown.openvoiceos.is_alive
  • mycroft.ovos-skill-fallback-unknown.openvoiceos.is_ready
  • mycroft.ovos-skill-hello-world.openvoiceos.all_loaded
  • mycroft.ovos-skill-hello-world.openvoiceos.is_alive
  • mycroft.ovos-skill-hello-world.openvoiceos.is_ready
  • mycroft.test_activation.openvoiceos.all_loaded
  • mycroft.test_activation.openvoiceos.is_alive
  • mycroft.test_activation.openvoiceos.is_ready
  • ovos-skill-count.openvoiceos.set
  • ovos-skill-fallback-unknown.openvoiceos.set
  • ovos-skill-hello-world.openvoiceos.set
  • ovos.session.sync
  • ovos.skills.fallback.force_timeout
  • ovos.skills.fallback.ovos-skill-fallback-unknown.openvoiceos
  • remove_context
  • skill.converse.get_response.disable
  • skill.converse.get_response.enable
  • test_activation.openvoiceos.set
    ✅ Covered Listeners:
  • ovos-skill-count.openvoiceos.stop.response (47x)
  • ovos.session.update_default (680x)
  • ovos.skills.converse.force_timeout (32x)
  • ovos.skills.fallback.pong (8x)
  • ovos.utterance.handled (622x)
  • skill.converse.pong (31x)
  • skill.stop.pong (31x)

📤 Emitters:

  • complete_intent_failure (Asserted ✅)
  • mycroft.audio.play_sound (Asserted ✅)
  • ovos-skill-count.openvoiceos.stop.ping (Asserted ✅)
  • ovos-skill-parrot.openvoiceos.converse.ping (Asserted ✅)
  • ovos.skills.fallback.ovos-skill-fallback-unknown.openvoiceos.request (Asserted ✅)
  • ovos.skills.fallback.ovos-skill-fallback-unknown.openvoiceos.start (Asserted ✅)
  • ovos.skills.fallback.ping (Asserted ✅)
  • ovos.utterance.handled (Asserted ✅)
  • recognizer_loop:utterance (Asserted ✅)
  • test_activate (Asserted ✅)
  • test_activation.openvoiceos.converse.ping (Asserted ✅)
  • test_deactivate (Asserted ✅)

ovos-skill-count.openvoiceos

⚠️ Uncovered Listeners:

  • question:action (Intent)
  • question:action.ovos-skill-count.openvoiceos (Intent)
  • question:query (Intent)
  • homescreen.metadata.get
  • mycroft.ovos-skill-count.openvoiceos.all_loaded
  • mycroft.ovos-skill-count.openvoiceos.is_alive
  • mycroft.ovos-skill-count.openvoiceos.is_ready
  • mycroft.skill.disable_intent
  • mycroft.skill.enable_intent
  • mycroft.skill.remove_cross_context
  • mycroft.skill.set_cross_context
  • mycroft.skills.settings.changed
  • ovos-skill-count.openvoiceos.converse.get_response
  • ovos-skill-count.openvoiceos.set
  • ovos.common_query.ping
  • ovos.skills.settings_changed
    ✅ Covered Listeners:
  • mycroft.stop (71x)
  • ovos-skill-count.openvoiceos.stop (32x)
  • ovos-skill-count.openvoiceos.stop.ping (32x)
  • ovos-skill-count.openvoiceos:count_to_N.intent (119x)

📤 Emitters:

  • mycroft.skill.handler.complete (Asserted ✅)
  • mycroft.skill.handler.start (Asserted ✅)
  • ovos-skill-count.openvoiceos.activate (Asserted ✅)
  • ovos-skill-count.openvoiceos.stop.response (Asserted ✅)
  • ovos-skill-count.openvoiceos:count_to_N.intent (Asserted ✅)
  • ovos.skills.converse.force_timeout (Not Asserted ⚠️)
  • ovos.utterance.handled (Asserted ✅)
  • skill.stop.pong (Asserted ✅)

ovos-skill-fallback-unknown.openvoiceos

⚠️ Uncovered Listeners:

  • question:action (Intent)
  • question:action.ovos-skill-fallback-unknown.openvoiceos (Intent)
  • question:query (Intent)
  • homescreen.metadata.get
  • mycroft.ovos-skill-fallback-unknown.openvoiceos.all_loaded
  • mycroft.ovos-skill-fallback-unknown.openvoiceos.is_alive
  • mycroft.ovos-skill-fallback-unknown.openvoiceos.is_ready
  • mycroft.skill.disable_intent
  • mycroft.skill.enable_intent
  • mycroft.skill.remove_cross_context
  • mycroft.skill.set_cross_context
  • mycroft.skills.settings.changed
  • ovos-skill-fallback-unknown.openvoiceos.converse.get_response
  • ovos-skill-fallback-unknown.openvoiceos.set
  • ovos-skill-fallback-unknown.openvoiceos.stop
  • ovos-skill-fallback-unknown.openvoiceos.stop.ping
  • ovos.common_query.ping
  • ovos.skills.settings_changed
    ✅ Covered Listeners:
  • mycroft.stop (44x)
  • ovos.skills.fallback.ovos-skill-fallback-unknown.openvoiceos.request (9x)
  • ovos.skills.fallback.ping (9x)

📤 Emitters:

  • ovos.skills.fallback.ovos-skill-fallback-unknown.openvoiceos.response (Asserted ✅)
  • ovos.skills.fallback.pong (Asserted ✅)
  • ovos.utterance.handled (Asserted ✅)
  • speak (Asserted ✅)

ovos-skill-hello-world.openvoiceos

⚠️ Uncovered Listeners:

  • ovos-skill-hello-world.openvoiceos:HowAreYou.intent (Intent)
  • ovos-skill-hello-world.openvoiceos:ThankYouIntent (Intent)
  • question:action (Intent)
  • question:action.ovos-skill-hello-world.openvoiceos (Intent)
  • question:query (Intent)
  • hello.world
  • homescreen.metadata.get
  • mycroft.ovos-skill-hello-world.openvoiceos.all_loaded
  • mycroft.ovos-skill-hello-world.openvoiceos.is_alive
  • mycroft.ovos-skill-hello-world.openvoiceos.is_ready
  • mycroft.skill.disable_intent
  • mycroft.skill.enable_intent
  • mycroft.skill.remove_cross_context
  • mycroft.skill.set_cross_context
  • mycroft.skills.settings.changed
  • ovos-skill-hello-world.openvoiceos.converse.get_response
  • ovos-skill-hello-world.openvoiceos.set
  • ovos-skill-hello-world.openvoiceos.stop
  • ovos-skill-hello-world.openvoiceos.stop.ping
  • ovos.common_query.ping
  • ovos.skills.settings_changed
    ✅ Covered Listeners:
  • mycroft.stop (71x)
  • ovos-skill-hello-world.openvoiceos:Greetings.intent (24x)
  • ovos-skill-hello-world.openvoiceos:HelloWorldIntent (13x)

📤 Emitters:

  • mycroft.skill.handler.complete (Asserted ✅)
  • mycroft.skill.handler.start (Asserted ✅)
  • ovos-skill-hello-world.openvoiceos.activate (Asserted ✅)
  • ovos-skill-hello-world.openvoiceos:Greetings.intent (Asserted ✅)
  • ovos-skill-hello-world.openvoiceos:HelloWorldIntent (Asserted ✅)
  • ovos.utterance.handled (Asserted ✅)
  • speak (Asserted ✅)

ovos-skill-parrot.openvoiceos

⚠️ Uncovered Listeners:

  • ovos-skill-parrot.openvoiceos:did.you.hear.me.intent (Intent)
  • ovos-skill-parrot.openvoiceos:repeat.stt.intent (Intent)
  • ovos-skill-parrot.openvoiceos:repeat.tts.intent (Intent)
  • ovos-skill-parrot.openvoiceos:speak.intent (Intent)
  • ovos-skill-parrot.openvoiceos:stop_parrot.intent (Intent)
  • question:action (Intent)
  • question:action.ovos-skill-parrot.openvoiceos (Intent)
  • question:query (Intent)
  • homescreen.metadata.get
  • mycroft.ovos-skill-parrot.openvoiceos.all_loaded
  • mycroft.ovos-skill-parrot.openvoiceos.is_alive
  • mycroft.ovos-skill-parrot.openvoiceos.is_ready
  • mycroft.skill.disable_intent
  • mycroft.skill.enable_intent
  • mycroft.skill.remove_cross_context
  • mycroft.skill.set_cross_context
  • mycroft.skills.settings.changed
  • ovos-skill-parrot.openvoiceos.converse.get_response
  • ovos-skill-parrot.openvoiceos.deactivate
  • ovos-skill-parrot.openvoiceos.set
  • ovos-skill-parrot.openvoiceos.stop
  • ovos-skill-parrot.openvoiceos.stop.ping
  • ovos.common_query.ping
  • ovos.skills.settings_changed
    ✅ Covered Listeners:
  • intent.service.skills.activated (1x)
  • intent.service.skills.deactivated (2x)
  • mycroft.stop (7x)
  • ovos-skill-parrot.openvoiceos.activate (3x)
  • ovos-skill-parrot.openvoiceos.converse.ping (3x)
  • ovos-skill-parrot.openvoiceos.converse.request (2x)
  • ovos-skill-parrot.openvoiceos:start_parrot.intent (1x)
  • recognizer_loop:utterance (41x)
  • speak (28x)

📤 Emitters:

  • converse:skill (Asserted ✅)
  • mycroft.skill.handler.complete (Asserted ✅)
  • mycroft.skill.handler.start (Asserted ✅)
  • ovos-skill-parrot.openvoiceos.activate (Asserted ✅)
  • ovos-skill-parrot.openvoiceos.converse.request (Asserted ✅)
  • ovos-skill-parrot.openvoiceos:start_parrot.intent (Asserted ✅)
  • ovos.utterance.handled (Asserted ✅)
  • skill.converse.pong (Asserted ✅)
  • skill.converse.response (Asserted ✅)
  • speak (Asserted ✅)

stop.openvoiceos

⚠️ Uncovered Listeners:

  • question:action (Intent)
  • question:action.stop.openvoiceos (Intent)
  • question:query (Intent)
  • homescreen.metadata.get
  • mycroft.skill.disable_intent
  • mycroft.skill.enable_intent
  • mycroft.skill.remove_cross_context
  • mycroft.skill.set_cross_context
  • mycroft.skills.settings.changed
  • mycroft.stop.openvoiceos.all_loaded
  • mycroft.stop.openvoiceos.is_alive
  • mycroft.stop.openvoiceos.is_ready
  • ovos.common_query.ping
  • ovos.skills.settings_changed
  • stop.openvoiceos.converse.get_response
  • stop.openvoiceos.set
  • stop.openvoiceos.stop
  • stop.openvoiceos.stop.ping
    ✅ Covered Listeners:
  • mycroft.stop (71x)
  • stop:global (71x)
  • stop:skill (32x)

📤 Emitters:

  • mycroft.stop (Asserted ✅)
  • ovos-skill-count.openvoiceos.stop (Asserted ✅)
  • ovos.utterance.handled (Asserted ✅)
  • stop.openvoiceos.activate (Asserted ✅)
  • stop.openvoiceos.stop.response (Asserted ✅)
  • stop:global (Asserted ✅)
  • stop:skill (Asserted ✅)

test_activation.openvoiceos

⚠️ Uncovered Listeners:

  • question:action (Intent)
  • question:action.test_activation.openvoiceos (Intent)
  • question:query (Intent)
  • homescreen.metadata.get
  • mycroft.skill.disable_intent
  • mycroft.skill.enable_intent
  • mycroft.skill.remove_cross_context
  • mycroft.skill.set_cross_context
  • mycroft.skills.settings.changed
  • mycroft.test_activation.openvoiceos.all_loaded
  • mycroft.test_activation.openvoiceos.is_alive
  • mycroft.test_activation.openvoiceos.is_ready
  • ovos.common_query.ping
  • ovos.skills.settings_changed
  • test_activation.openvoiceos.converse.get_response
  • test_activation.openvoiceos.set
  • test_activation.openvoiceos.stop
  • test_activation.openvoiceos.stop.ping
    ✅ Covered Listeners:
  • intent.service.skills.activated (30x)
  • intent.service.skills.deactivated (60x)
  • mycroft.stop (71x)
  • test_activate (30x)
  • test_activation.openvoiceos.activate (59x)
  • test_activation.openvoiceos.converse.ping (29x)
  • test_activation.openvoiceos.converse.request (29x)
  • test_activation.openvoiceos.deactivate (60x)
  • test_deactivate (31x)

📤 Emitters:

  • converse:skill (Asserted ✅)
  • intent.service.skills.activate (Asserted ✅)
  • intent.service.skills.activated (Asserted ✅)
  • intent.service.skills.deactivate (Asserted ✅)
  • intent.service.skills.deactivated (Asserted ✅)
  • ovos.utterance.handled (Asserted ✅)
  • skill.converse.pong (Asserted ✅)
  • skill.converse.response (Asserted ✅)
  • test_activation.openvoiceos.activate (Asserted ✅)
  • test_activation.openvoiceos.converse.request (Asserted ✅)
  • test_activation.openvoiceos.deactivate (Asserted ✅)


Your loyal automated servant. 💂‍♀️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants