@@ -20,7 +20,7 @@ python =
20
20
3.13: py313-extra
21
21
22
22
[testenv]
23
- commands = pytest -v --doctest-modules --ignore benchmark.py {posargs}
23
+ commands = pytest -v --doctest-modules --ignore benchmark {posargs}
24
24
deps =
25
25
pytest
26
26
passenv =
@@ -35,13 +35,13 @@ deps =
35
35
36
36
[testenv:py38]
37
37
basepython = python3.8
38
- commands = pytest -v --doctest-modules --ignore benchmark.py {posargs}
38
+ commands = pytest -v --doctest-modules --ignore benchmark {posargs}
39
39
deps =
40
40
pytest
41
41
42
42
[testenv:py38-extra]
43
43
basepython = python3.8
44
- commands = pytest -v --doctest-modules --ignore benchmark.py {posargs}
44
+ commands = pytest -v --doctest-modules --ignore benchmark {posargs}
45
45
deps =
46
46
pytest
47
47
numpy
@@ -51,13 +51,13 @@ deps =
51
51
52
52
[testenv:py39]
53
53
basepython = python3.9
54
- commands = pytest -v --doctest-modules --ignore benchmark.py {posargs}
54
+ commands = pytest -v --doctest-modules --ignore benchmark {posargs}
55
55
deps =
56
56
pytest
57
57
58
58
[testenv:py39-extra]
59
59
basepython = python3.9
60
- commands = pytest -v --doctest-modules --ignore benchmark.py {posargs}
60
+ commands = pytest -v --doctest-modules --ignore benchmark {posargs}
61
61
deps =
62
62
pytest
63
63
numpy
@@ -67,14 +67,14 @@ deps =
67
67
68
68
[testenv:py310]
69
69
basepython = python3.10
70
- commands = pytest -v --doctest-modules --ignore benchmark.py {posargs}
70
+ commands = pytest -v --doctest-modules --ignore benchmark {posargs}
71
71
deps =
72
72
pytest
73
73
74
74
[testenv:py310-extra]
75
75
basepython = python3.10
76
76
setenv = PYTHONDEVMODE = 1
77
- commands = pytest -v --doctest-modules --ignore benchmark.py {posargs}
77
+ commands = pytest -v --doctest-modules --ignore benchmark {posargs}
78
78
deps =
79
79
pytest
80
80
numpy
@@ -84,14 +84,14 @@ deps =
84
84
85
85
[testenv:py311]
86
86
basepython = python3.11
87
- commands = pytest -v --doctest-modules --ignore benchmark.py {posargs}
87
+ commands = pytest -v --doctest-modules --ignore benchmark {posargs}
88
88
deps =
89
89
pytest
90
90
91
91
[testenv:py311-extra]
92
92
basepython = python3.11
93
93
setenv = PYTHONDEVMODE = 1
94
- commands = pytest -v --doctest-modules --ignore benchmark.py {posargs}
94
+ commands = pytest -v --doctest-modules --ignore benchmark {posargs}
95
95
deps =
96
96
pytest
97
97
numpy
@@ -100,14 +100,14 @@ deps =
100
100
101
101
[testenv:py312]
102
102
basepython = python3.12
103
- commands = pytest -v --doctest-modules --ignore benchmark.py {posargs}
103
+ commands = pytest -v --doctest-modules --ignore benchmark {posargs}
104
104
deps =
105
105
pytest
106
106
107
107
[testenv:py312-extra]
108
108
basepython = python3.12
109
109
setenv = PYTHONDEVMODE = 1
110
- commands = pytest -v --doctest-modules --ignore benchmark.py {posargs}
110
+ commands = pytest -v --doctest-modules --ignore benchmark {posargs}
111
111
deps =
112
112
pytest
113
113
numpy
@@ -116,14 +116,14 @@ deps =
116
116
117
117
[testenv:py313]
118
118
basepython = python3.13
119
- commands = pytest -v --doctest-modules --ignore benchmark.py {posargs}
119
+ commands = pytest -v --doctest-modules --ignore benchmark {posargs}
120
120
deps =
121
121
pytest
122
122
123
123
[testenv:py313-extra]
124
124
basepython = python3.13
125
125
setenv = PYTHONDEVMODE = 1
126
- commands = pytest -v --doctest-modules --ignore benchmark.py {posargs}
126
+ commands = pytest -v --doctest-modules --ignore benchmark {posargs}
127
127
deps =
128
128
pytest
129
129
numpy
0 commit comments