@@ -20,7 +20,7 @@ python =
2020 3.14: py314-extra
2121
2222[testenv]
23- commands = pytest -v --doctest-modules --ignore benchmark {posargs}
23+ commands = pytest -v --doctest-modules --ignore benchmark -- doctest-glob = " README.md " {posargs}
2424deps =
2525 pytest
2626passenv =
@@ -37,13 +37,13 @@ deps =
3737
3838[testenv:py38]
3939basepython = python3.8
40- commands = pytest -v --doctest-modules --ignore benchmark {posargs}
40+ commands = pytest -v --doctest-modules --ignore benchmark -- doctest-glob = " README.md " {posargs}
4141deps =
4242 pytest
4343
4444[testenv:py38-extra]
4545basepython = python3.8
46- commands = pytest -v --doctest-modules --ignore benchmark {posargs}
46+ commands = pytest -v --doctest-modules --ignore benchmark -- doctest-glob = " README.md " {posargs}
4747deps =
4848 pytest
4949 numpy
@@ -53,13 +53,13 @@ deps =
5353
5454[testenv:py39]
5555basepython = python3.9
56- commands = pytest -v --doctest-modules --ignore benchmark {posargs}
56+ commands = pytest -v --doctest-modules --ignore benchmark -- doctest-glob = " README.md " {posargs}
5757deps =
5858 pytest
5959
6060[testenv:py39-extra]
6161basepython = python3.9
62- commands = pytest -v --doctest-modules --ignore benchmark {posargs}
62+ commands = pytest -v --doctest-modules --ignore benchmark -- doctest-glob = " README.md " {posargs}
6363deps =
6464 pytest
6565 numpy
@@ -69,14 +69,14 @@ deps =
6969
7070[testenv:py310]
7171basepython = python3.10
72- commands = pytest -v --doctest-modules --ignore benchmark {posargs}
72+ commands = pytest -v --doctest-modules --ignore benchmark -- doctest-glob = " README.md " {posargs}
7373deps =
7474 pytest
7575
7676[testenv:py310-extra]
7777basepython = python3.10
7878setenv = PYTHONDEVMODE = 1
79- commands = pytest -v --doctest-modules --ignore benchmark {posargs}
79+ commands = pytest -v --doctest-modules --ignore benchmark -- doctest-glob = " README.md " {posargs}
8080deps =
8181 pytest
8282 numpy
@@ -86,14 +86,14 @@ deps =
8686
8787[testenv:py311]
8888basepython = python3.11
89- commands = pytest -v --doctest-modules --ignore benchmark {posargs}
89+ commands = pytest -v --doctest-modules --ignore benchmark -- doctest-glob = " README.md " {posargs}
9090deps =
9191 pytest
9292
9393[testenv:py311-extra]
9494basepython = python3.11
9595setenv = PYTHONDEVMODE = 1
96- commands = pytest -v --doctest-modules --ignore benchmark {posargs}
96+ commands = pytest -v --doctest-modules --ignore benchmark -- doctest-glob = " README.md " {posargs}
9797deps =
9898 pytest
9999 numpy
@@ -102,14 +102,14 @@ deps =
102102
103103[testenv:py312]
104104basepython = python3.12
105- commands = pytest -v --doctest-modules --ignore benchmark {posargs}
105+ commands = pytest -v --doctest-modules --ignore benchmark -- doctest-glob = " README.md " {posargs}
106106deps =
107107 pytest
108108
109109[testenv:py312-extra]
110110basepython = python3.12
111111setenv = PYTHONDEVMODE = 1
112- commands = pytest -v --doctest-modules --ignore benchmark {posargs}
112+ commands = pytest -v --doctest-modules --ignore benchmark -- doctest-glob = " README.md " {posargs}
113113deps =
114114 pytest
115115 numpy
@@ -118,14 +118,14 @@ deps =
118118
119119[testenv:py313]
120120basepython = python3.13
121- commands = pytest -v --doctest-modules --ignore benchmark {posargs}
121+ commands = pytest -v --doctest-modules --ignore benchmark -- doctest-glob = " README.md " {posargs}
122122deps =
123123 pytest
124124
125125[testenv:py313-extra]
126126basepython = python3.13
127127setenv = PYTHONDEVMODE = 1
128- commands = pytest -v --doctest-modules --ignore benchmark {posargs}
128+ commands = pytest -v --doctest-modules --ignore benchmark -- doctest-glob = " README.md " {posargs}
129129deps =
130130 pytest
131131 numpy
@@ -134,14 +134,14 @@ deps =
134134
135135[testenv:py314]
136136basepython = python3.14
137- commands = pytest -v --doctest-modules --ignore benchmark {posargs}
137+ commands = pytest -v --doctest-modules --ignore benchmark -- doctest-glob = " README.md " {posargs}
138138deps =
139139 pytest
140140
141141[testenv:py314-extra]
142142basepython = python3.14
143143setenv = PYTHONDEVMODE = 1
144- commands = pytest -v --doctest-modules --ignore benchmark {posargs}
144+ commands = pytest -v --doctest-modules --ignore benchmark -- doctest-glob = " README.md " {posargs}
145145deps =
146146 pytest
147147 numpy
0 commit comments