Skip to content

Commit

Permalink
Fix tox/pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
jdillard committed Apr 27, 2024
1 parent 2c304af commit fde23db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
python -m pip install .
- name: Run Tests for ${{ matrix.python-version }}
run: |
python -m tox -v
python -m tox
vale:
runs-on: ubuntu-latest
steps:
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ deps =
sphinx5: Sphinx[test]~=5.0
sphinx6: Sphinx[test]~=6.0
sphinx7: Sphinx[test]~=7.0
sphinxlast: Sphinx
sphinxlast: Sphinx[test]
commands =
pytest
pytest -W ignore::DeprecationWarning

[flake8]
max-line-length = 100
Expand Down

0 comments on commit fde23db

Please sign in to comment.