Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
path: tests/skill-object-test-results.xml
unit_tests:
strategy:
fail-fast: false
matrix:
python-version: [ 3.9, '3.10', '3.11', '3.12' ]
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions neon_utils/signal_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ def init_signal_handlers():
import os
import tempfile
from ovos_utils.file_utils import ensure_directory_exists
log_deprecation("Import patching will be deprecated. Disable in "
"configuration by setting `signal`.`patch_imports` "
"to `False`", "2.0.0")

def get_ipc_directory(domain=None, config=None):
"""Get the directory used for Inter Process Communication
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ timezonefinder~=5.2
nltk~=3.5
pyyaml>=5.4,<7.0
ovos-lingua-franca~=0.4
ovos-utils~=0.0,>=0.0.35
ovos-utils~=0.8,>=0.8.5
geopy~=2.1
ovos-config~=0.1
ovos-workshop~=0.0,>=0.0.15
Expand Down
Loading