Commit 9c44367
Fix Pytest4.x compatibility error
According to pytest docs:
```
marks in pytest.mark.parametrize
Removed in version 4.0.
Applying marks to values of a pytest.mark.parametrize call is now deprecated.
...
This was considered hard to read and understand, and also its implementation
presented problems to the code preventing further internal improvements in the
marks architecture.
To update the code, use pytest.param
```
Signed-off-by: Stanislav Levin <slev@altlinux.org>1 parent 986560a commit 9c44367
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
311 | | - | |
312 | | - | |
313 | | - | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
314 | 316 | | |
315 | 317 | | |
316 | 318 | | |
| |||
0 commit comments