Skip to content

Commit

Permalink
use pytest for testing, not tox
Browse files Browse the repository at this point in the history
  • Loading branch information
gluap committed Jan 28, 2024
1 parent c7adfe2 commit 106747b
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,8 @@ jobs:
with:
python-version: ${{ matrix.py }}
- uses: actions/checkout@v4
- name: Install tox-gh
run: python -m pip install tox-gh
- name: Setup test suite
run: tox r -vv --notest
- name: Run test suite
run: tox r --skip-pkg-install
env:
PYTEST_ADDOPTS: "-vv --durations=10"
- name: Install module
run: python -m pip install -e .[tests]
- name: run pytest
run: pytest

0 comments on commit 106747b

Please sign in to comment.