Skip to content

Commit

Permalink
Fix client side test to avoid import errors
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Oct 25, 2022
1 parent b775523 commit a164f91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/client-side.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
virtualenvs-in-project: true
installer-parallel: true
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction
- name: Run test scripts
run: poetry run pytest --tb=native -k test_optional_dependencies
run: poetry run pytest tests/test_optional_dependencies.py
4 changes: 4 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#
# Tox script to test installation without optional dependencies
#

[tox]
envlist = py10

Expand Down

0 comments on commit a164f91

Please sign in to comment.