Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix tox config
Browse files Browse the repository at this point in the history
gcseter committed Oct 9, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 2ac18a0 commit c58a38d
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
@@ -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
@@ -9,7 +9,6 @@ envlist =

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

0 comments on commit c58a38d

Please sign in to comment.