You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <[email protected]>
0 commit comments