@@ -20,7 +20,7 @@ python =
2020 3.13: py313-extra
2121
2222[testenv]
23- commands = pytest -v --doctest-modules --ignore benchmark.py {posargs}
23+ commands = pytest -v --doctest-modules --ignore benchmark {posargs}
2424deps =
2525 pytest
2626passenv =
@@ -35,13 +35,13 @@ deps =
3535
3636[testenv:py38]
3737basepython = python3.8
38- commands = pytest -v --doctest-modules --ignore benchmark.py {posargs}
38+ commands = pytest -v --doctest-modules --ignore benchmark {posargs}
3939deps =
4040 pytest
4141
4242[testenv:py38-extra]
4343basepython = python3.8
44- commands = pytest -v --doctest-modules --ignore benchmark.py {posargs}
44+ commands = pytest -v --doctest-modules --ignore benchmark {posargs}
4545deps =
4646 pytest
4747 numpy
@@ -51,13 +51,13 @@ deps =
5151
5252[testenv:py39]
5353basepython = python3.9
54- commands = pytest -v --doctest-modules --ignore benchmark.py {posargs}
54+ commands = pytest -v --doctest-modules --ignore benchmark {posargs}
5555deps =
5656 pytest
5757
5858[testenv:py39-extra]
5959basepython = python3.9
60- commands = pytest -v --doctest-modules --ignore benchmark.py {posargs}
60+ commands = pytest -v --doctest-modules --ignore benchmark {posargs}
6161deps =
6262 pytest
6363 numpy
@@ -67,14 +67,14 @@ deps =
6767
6868[testenv:py310]
6969basepython = python3.10
70- commands = pytest -v --doctest-modules --ignore benchmark.py {posargs}
70+ commands = pytest -v --doctest-modules --ignore benchmark {posargs}
7171deps =
7272 pytest
7373
7474[testenv:py310-extra]
7575basepython = python3.10
7676setenv = PYTHONDEVMODE = 1
77- commands = pytest -v --doctest-modules --ignore benchmark.py {posargs}
77+ commands = pytest -v --doctest-modules --ignore benchmark {posargs}
7878deps =
7979 pytest
8080 numpy
@@ -84,14 +84,14 @@ deps =
8484
8585[testenv:py311]
8686basepython = python3.11
87- commands = pytest -v --doctest-modules --ignore benchmark.py {posargs}
87+ commands = pytest -v --doctest-modules --ignore benchmark {posargs}
8888deps =
8989 pytest
9090
9191[testenv:py311-extra]
9292basepython = python3.11
9393setenv = PYTHONDEVMODE = 1
94- commands = pytest -v --doctest-modules --ignore benchmark.py {posargs}
94+ commands = pytest -v --doctest-modules --ignore benchmark {posargs}
9595deps =
9696 pytest
9797 numpy
@@ -100,14 +100,14 @@ deps =
100100
101101[testenv:py312]
102102basepython = python3.12
103- commands = pytest -v --doctest-modules --ignore benchmark.py {posargs}
103+ commands = pytest -v --doctest-modules --ignore benchmark {posargs}
104104deps =
105105 pytest
106106
107107[testenv:py312-extra]
108108basepython = python3.12
109109setenv = PYTHONDEVMODE = 1
110- commands = pytest -v --doctest-modules --ignore benchmark.py {posargs}
110+ commands = pytest -v --doctest-modules --ignore benchmark {posargs}
111111deps =
112112 pytest
113113 numpy
@@ -116,14 +116,14 @@ deps =
116116
117117[testenv:py313]
118118basepython = python3.13
119- commands = pytest -v --doctest-modules --ignore benchmark.py {posargs}
119+ commands = pytest -v --doctest-modules --ignore benchmark {posargs}
120120deps =
121121 pytest
122122
123123[testenv:py313-extra]
124124basepython = python3.13
125125setenv = PYTHONDEVMODE = 1
126- commands = pytest -v --doctest-modules --ignore benchmark.py {posargs}
126+ commands = pytest -v --doctest-modules --ignore benchmark {posargs}
127127deps =
128128 pytest
129129 numpy
0 commit comments