Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid using undocumented -k syntaxes. (#1682)
As `pytest 6.0.0` which was released on Jul 28, 2020 dropped undocumented -k syntaxes (pytest-dev/pytest#7210, pytest-dev/pytest#7122), we should use a full sentence query for the parameter: ``` ERROR: Wrong expression passed to '-k': not melt -to_delta -read_delta -to_clipboard: at column 10: expected end of input; got identifier ```
- Loading branch information