Skip to content

[Pylint] pytest.mark.parametrize is not callable (not-callable) #1

@kaushikcfd

Description

@kaushikcfd

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:

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions