Skip to content

Commit

Permalink
Merge pull request #116 from UsamaSadiq/add-tox4-support
Browse files Browse the repository at this point in the history
feat: add tox 4.0 support
  • Loading branch information
farhan authored Nov 16, 2023
2 parents 9c19cf3 + bd7d207 commit 4007f71
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ Change Log
Unreleased
~~~~~~~~~~

* Removed usage of ``tox-battery`` and added support for ``tox 4.0``
* Switch from ``edx-sphinx-theme`` to ``sphinx-book-theme`` since the former is
deprecated. See https://github.com/openedx/edx-sphinx-theme/issues/184 for
more details.
more details.

[0.1.0] - 2021-08-08
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
1 change: 0 additions & 1 deletion requirements/dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@

diff-cover # Changeset diff test coverage
edx-i18n-tools # For i18n_tool dummy
tox-battery # Makes tox aware of requirements file changes
django-debug-toolbar # Debugging DB queries primarily
3 changes: 0 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -484,9 +484,6 @@ tox==3.28.0
# via
# -c requirements/constraints.txt
# -r requirements/ci.txt
# tox-battery
tox-battery==0.6.2
# via -r requirements/dev.in
twine==4.0.2
# via -r requirements/quality.txt
types-pytz==2023.3.1.1
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ setenv =
PYTHONPATH = {toxinidir}
# Adding the option here instead of as a default in the docs Makefile because that Makefile is generated by sphinx.
# SPHINXOPTS = -W
whitelist_externals =
allowlist_externals =
make
rm
deps =
Expand All @@ -66,7 +66,7 @@ commands =
python setup.py check --restructuredtext --strict

[testenv:quality]
whitelist_externals =
allowlist_externals =
make
rm
touch
Expand Down

0 comments on commit 4007f71

Please sign in to comment.