- Notifications
You must be signed in to change notification settings - Fork302
Commit7be0c84
committed
Fix Pytest4.x compatibility error
According to pytest docs:```marks in pytest.mark.parametrizeRemoved 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 implementationpresented problems to the code preventing further internal improvements in themarks architecture.To update the code, use pytest.param```Signed-off-by: Stanislav Levin <slev@altlinux.org>1 parent4b22754 commit7be0c84
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
Comments
(0)