- Notifications
You must be signed in to change notification settings - Fork302
Commit1a66508
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 commit1a66508
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
Comments
(0)