forked fromhtml5lib/html5lib-python
- Notifications
You must be signed in to change notification settings - Fork0
Commit9c44367
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 parent986560a commit9c44367
1 file changed
+5
-3
lines changedLines changed: 5 additions & 3 deletions
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)