Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update test dependencies #190

Merged
merged 3 commits into from
Oct 25, 2023
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
4 changes: 1 addition & 3 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
- dev
paths-ignore:
- 'ovos_plugin_manager/version.py'
- 'requirements/**'
- 'examples/**'
- '.github/**'
- '.gitignore'
Expand All @@ -19,7 +18,6 @@ on:
- master
paths-ignore:
- 'ovos_plugin_manager/version.py'
- 'requirements/**'
- 'examples/**'
- '.github/**'
- '.gitignore'
Expand Down Expand Up @@ -53,7 +51,7 @@ jobs:
pip install .
- name: Install test dependencies
run: |
pip install pytest pytest-timeout pytest-cov neon-lang-plugin-libretranslate
pip install -r requirements/test.txt
- name: Run unittests
run: |
pytest --cov=ovos_plugin_manager --cov-report xml test/unittests
Expand Down
4 changes: 4 additions & 0 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pytest
pytest-timeout
pytest-cov
ovos-translate-server-plugin
Loading