Skip to content

Commit

Permalink
fix: remove tests folder from tests commands
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Apr 11, 2024
1 parent 8a0a6ee commit c419544
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ deps =
-r{toxinidir}/requirements/quality.txt
commands =
pylint openedx_events test_utils manage.py setup.py
pycodestyle openedx_events tests manage.py setup.py
pydocstyle openedx_events tests manage.py setup.py
isort --check-only --diff tests test_utils openedx_events manage.py setup.py
pycodestyle openedx_events manage.py setup.py
pydocstyle openedx_events manage.py setup.py
isort --check-only --diff test_utils openedx_events manage.py setup.py
make selfcheck

0 comments on commit c419544

Please sign in to comment.