Skip to content

Commit

Permalink
fix tox config
Browse files Browse the repository at this point in the history
  • Loading branch information
gcseter committed Oct 9, 2024
1 parent 2ac18a0 commit c58a38d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: make test_install

- name: Run tests
run: make test-ci
1 change: 1 addition & 0 deletions requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
tox
tox-gh
parameterized
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ envlist =

[testenv]
deps =
tox-gh
parameterized
pytest==6.2.5
pytest-cov==2.8.1
Expand Down

0 comments on commit c58a38d

Please sign in to comment.