We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec7aac3 commit 1a89ae4Copy full SHA for 1a89ae4
appveyor.yml
@@ -166,7 +166,8 @@ build_script:
166
167
test_script:
168
- "%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"
+# 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"
171
172
after_test:
173
- "%CMD_IN_ENV% python setup.py bdist_wheel"
0 commit comments