Pylint CIs are failing with [pytest-6.0.0](https://pypi.org/project/pytest/6.0.0/) (c.f. https://github.com/inducer/pytools/pull/29/checks?check_run_id=925808944). Quite strange because: ``` In [1]: import pytest In [2]: pytest.__version__ Out[2]: '6.0.0' In [3]: callable(pytest.mark.parametrize) Out[3]: True ``` Pinning `"pytest<6"` in `prepare-and-run-pylint.sh` solves the issue.
Pylint CIs are failing with pytest-6.0.0 (c.f. https://github.com/inducer/pytools/pull/29/checks?check_run_id=925808944).
Quite strange because:
Pinning
"pytest<6"inprepare-and-run-pylint.shsolves the issue.