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 ed15b4f commit 2ac18a0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,5 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: make test_install

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

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

0 comments on commit 2ac18a0

Please sign in to comment.