Skip to content

Commit 2b64885

Browse files
committed
only noauth nossl for doctests
1 parent a2ba6cb commit 2b64885

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.evergreen/generated_configs/variants.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,8 @@ Note: these tests can only be run from an Evergreen host.
294294
The 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

0 commit comments

Comments
 (0)