Skip to content

Tests should be passed on python3.9 #217

@kujyp

Description

@kujyp

python_requires=">=3.5",

pytest-mock deployed as python3.9 installable.
pytest-mock-3.3.1.tar.gz
pytest_mock-3.3.1-py3-none-any.whl
https://pypi.org/simple/pytest-mock/

So, in my opinion, python3.9 should be added on CI workflow.

python: ["3.5", "3.6", "3.7", "3.8"]
os: [ubuntu-latest, windows-latest]
include:
- python: "3.5"
tox_env: "py35"
- python: "3.6"
tox_env: "py36"
- python: "3.7"
tox_env: "py37"
- python: "3.8"
tox_env: "py38"

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