Skip to content

Commit 1a89ae4

Browse files
committed
Also need to disable doctests on appveyor for now because of the incompatibility with sphinx.
Conditionals are harder there, so just disable it wholesale. We still test them on Unix.
1 parent ec7aac3 commit 1a89ae4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@ build_script:
166166

167167
test_script:
168168
- "%CMD_IN_ENV% python -m unittest discover -v greenlet.tests"
169-
- "%CMD_IN_ENV% python -m sphinx -b doctest -d docs/_build/doctrees docs docs/_build/doctest"
169+
# XXX: Doctest disabled pending sphinx release for 3.10; see tests.yml.
170+
# - "%CMD_IN_ENV% python -m sphinx -b doctest -d docs/_build/doctrees docs docs/_build/doctest"
170171

171172
after_test:
172173
- "%CMD_IN_ENV% python setup.py bdist_wheel"

0 commit comments

Comments
 (0)