Closed wbolster closed 3 years ago
the -k and -m flags are broken, and result in pytest invocations like this:
-k
-m
pytest --color=yes --verbose -k '=foo'
... which results in an error, e.g.:
ERROR: Wrong expression passed to '-k': =foo: at column 1: unexpected character "="
the
-k
and-m
flags are broken, and result in pytest invocations like this:... which results in an error, e.g.: