Commit 1a66508
committed
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 4b22754 commit 1a66508
1 file changed
+6
-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 | + | |
| 316 | + | |
314 | 317 | | |
315 | 318 | | |
316 | 319 | | |
| |||
0 commit comments