Skip to content

Commit d5a9b50

Browse files
committed
Remove PyEnchant shim for M1.
1 parent 8efa4ea commit d5a9b50

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tox.ini

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,6 @@ deps =
111111
# independent of the docs extra. Ideally, we'd use dependency groups for docs
112112
# dependencies, but RTD doesn't support them yet.
113113
-r {tox_root}/requirements-docs.txt
114-
passenv =
115-
# On Apple silicon, you need to manually set the location of the PyEnchant
116-
# library:
117-
# export PYENCHANT_LIBRARY_PATH=/opt/homebrew/lib/libenchant-2.2.dylib
118-
PYENCHANT_LIBRARY_PATH
119114
commands =
120115
!lint-!all-!live : python -m sphinx {[docs]sphinx_args} {posargs} --builder html {[docs]docs_dir} {[docs]build_dir}{/}html
121116
lint : python -m sphinx {[docs]sphinx_args} {posargs} --builder spelling {[docs]docs_dir} {[docs]build_dir}{/}spell

0 commit comments

Comments
 (0)