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 e82569f commit 33b8248
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@ allowlist_externals =
deps =
-r{toxinidir}/requirements/quality.txt
commands =
touch tests/__init__.py
pylint openedx_events tests test_utils manage.py setup.py
rm tests/__init__.py
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
Expand Down

0 comments on commit 33b8248

Please sign in to comment.