Commit a97953e
authored
Remove unused configuration from
The PR removes pytest configuration from `pyproject.toml` since it was
never used due to invalid name used `tool.pytest.ini.options` which
never supported by pytest.
The latest pytest warns about that explicitly:
> PytestConfigWarning: Unknown config option: ini
since the correct name is `tool.pytest.ini_options`.
The configuration might be returned back to `pyproject.toml` when really
needed.pyproject.toml (#2729)1 parent f0a397c commit a97953e
2 files changed
Lines changed: 1 addition & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | 166 | | |
187 | 167 | | |
188 | 168 | | |
| |||
0 commit comments