Skip to content

support pytest 9 #701

Description

@sverhoeven

Pytest v9 has been released with native pyproject.toml support

[tool.pytest.ini_options]
testpaths = ["tests"]

Can now be written as

[tool.pytest]
testpaths = ["tests"] 

As pytest v9 is a major version bump and new, we should take care that pytest-* packages like pytest-cov are compatible.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions