Skip to content

Commit

Permalink
Merge pull request #129 from UsamaSadiq/add-tox4-support
Browse files Browse the repository at this point in the history
fix: add tox 4.0 support
  • Loading branch information
felipemontoya authored Nov 15, 2023
2 parents b02caa9 + 7a67682 commit 6e0ce55
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 5 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@
# Required
version: 2

build:
os: "ubuntu-22.04"
tools:
python: "3.8"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

python:
version: 3.8
install:
- requirements: requirements/doc.txt
1 change: 0 additions & 1 deletion requirements/dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@
-r ci.txt # dependencies needed to setup testing environment on CI

diff-cover # Changeset diff test coverage
tox-battery # Makes tox aware of requirements file changes
3 changes: 0 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -316,9 +316,6 @@ tox==3.28.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_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
typing-extensions==4.8.0
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ commands =
setenv =
DJANGO_SETTINGS_MODULE = test_utils.test_settings
PYTHONPATH = {toxinidir}
whitelist_externals =
allowlist_externals =
make
rm
deps =
Expand All @@ -60,7 +60,7 @@ commands =
python setup.py check --restructuredtext --strict

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

0 comments on commit 6e0ce55

Please sign in to comment.