Commit 5c4fe2a
Remove PytestDeprecationWarning about config opts
Pytest has deprecated markers for hooks configuration.
See: https://docs.pytest.org/en/latest/deprecations.html#configuring-hook-specs-impls-using-markers
Each envocation of pytest with python warning enabled would
produce the following message:
PytestDeprecationWarning: The hookimpl pytest_configure uses old-style configuration options (marks or attributes).
Please use the pytest.hookimpl(trylast=True) decorator instead
This commit fixes that issue.1 parent 8e20569 commit 5c4fe2a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
| 210 | + | |
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
| |||
0 commit comments