File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ buildvariants:
215215 # Doctests tests
216216 - name : doctests-rhel8
217217 tasks :
218- - name : .standard-linux
218+ - name : .standard-linux .standalone-noauth-nossl
219219 display_name : Doctests RHEL8
220220 run_on :
221221 - rhel87-small
Original file line number Diff line number Diff line change @@ -466,7 +466,7 @@ def create_doctests_variants():
466466 expansions = dict (TEST_NAME = "doctest" )
467467 return [
468468 create_variant (
469- [".standard-linux" ],
469+ [".standard-linux .standalone-noauth-nossl " ],
470470 get_variant_name ("Doctests" , host ),
471471 host = host ,
472472 expansions = expansions ,
Original file line number Diff line number Diff line change @@ -294,7 +294,8 @@ Note: these tests can only be run from an Evergreen host.
294294The doc tests require a running server.
295295
296296- Run ` just run-server ` .
297- - Run ` just docs-test ` .
297+ - Run ` just setup-tests doctest ` .
298+ - Run ` just run-tests ` .
298299
299300### Free-threaded Python Tests
300301
You can’t perform that action at this time.
0 commit comments