Skip to content

Commit

Permalink
refactor: remove extra blank spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Mar 28, 2024
1 parent 9020825 commit 4e7b382
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@ addopts = --cov openedx_events --cov-report term-missing --cov-report xml
norecursedirs = .* docs requirements site-packages

[testenv]
deps =
deps =
-r{toxinidir}/requirements/test.txt
commands =
commands =
pytest openedx_events tests

[testenv:docs]
setenv =
setenv =
PYTHONPATH = {toxinidir}
# Adding the option here instead of as a default in the docs Makefile because that Makefile is generated by shpinx.
SPHINXOPTS = -W
allowlist_externals =
allowlist_externals =
make
rm
twine
deps =
deps =
-r{toxinidir}/requirements/doc.txt
commands =
commands =
doc8 --ignore-path docs/_build README.rst docs
rm -f docs/openedx_events.rst
rm -f docs/modules.rst
Expand All @@ -44,20 +44,20 @@ commands =
twine check dist/*

[testenv:quality]
allowlist_externals =
allowlist_externals =
make
rm
touch
deps =
deps =
-r{toxinidir}/requirements/quality.txt
commands =
commands =
make quality

[testenv:pii_check]
setenv =
setenv =
DJANGO_SETTINGS_MODULE = test_utils.test_settings
deps =
deps =
-r{toxinidir}/requirements/test.txt
commands =
commands =
code_annotations django_find_annotations --config_file .pii_annotations.yml --lint --report --coverage

0 comments on commit 4e7b382

Please sign in to comment.