Skip to content

Commit

Permalink
Install [convert] extras required for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yozik04 committed Oct 18, 2024
1 parent fea157e commit 15e16d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python -m pip install --upgrade pytest pytest-cov pytest-asyncio
- name: Coverage
run: |
python -m pip install .
python -m pip install .[convert]
pytest tests/ --cov=nibe --cov-report=xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
Expand Down
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ skip_missing_interpreters = True
[testenv]
changedir = tests
deps =
-rrequirements.txt
.[convert]
pytest
pytest-asyncio
commands = pytest --basetemp="{envtmpdir}" {posargs}

0 comments on commit 15e16d6

Please sign in to comment.