Skip to content
This repository was archived by the owner on Jun 10, 2026. It is now read-only.

Commit 0ca6e97

Browse files
committed
fix: fix tox platform restrictions
Several environments were restricted to running only on Linux. I'm not really sure why and it prevents me from running tests on macOS. I removed the restriction to see if it passes CI. If it does, we'll keep this fix.
1 parent e95a79d commit 0ca6e97

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tox.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ commands =
9292

9393
[testenv:py310-lint]
9494
changedir = {toxinidir}
95-
platform = linux
9695
commands =
9796
ruff format --check --target-version=py310 --exclude=_vendor setup.py bleach/ tests/ tests_website/
9897
ruff check --target-version=py310 --exclude=_vendor setup.py bleach/ tests/ tests_website/
@@ -101,15 +100,13 @@ commands =
101100
allowlist_externals = {toxinidir}/scripts/vendor_verify.sh
102101
changedir = {toxinidir}
103102
deps = -rrequirements-dev.txt
104-
platform = linux
105103
commands =
106104
{toxinidir}/scripts/vendor_verify.sh
107105

108106
[testenv:py310-docs]
109107
changedir = docs
110108
deps = -rrequirements-dev.txt
111109
extras = css
112-
platform = linux
113110
commands =
114111
sphinx-build -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
115112
sphinx-build -b doctest -d {envtmpdir}/doctrees . {envtmpdir}/doctest

0 commit comments

Comments
 (0)