Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation warning #9

Closed
alexandrebarbaruiva opened this issue Jul 19, 2020 · 1 comment · Fixed by #10
Closed

Deprecation warning #9

alexandrebarbaruiva opened this issue Jul 19, 2020 · 1 comment · Fixed by #10

Comments

@alexandrebarbaruiva
Copy link

Whenever using pytest-checkipdb, the following warning is raised

pytest_checkipdb.py:21: PytestDeprecationWarning: direct construction of CheckIpdbItem has been deprecated, please use CheckIpdbItem.from_parent
    return CheckIpdbItem(path, parent=parent)

-- Docs: https://docs.pytest.org/en/latest/warnings.html
@avallbona avallbona reopened this Jul 22, 2020
@avallbona
Copy link
Owner

closed accidentaly, I will work on it.

avallbona added a commit that referenced this issue Jul 22, 2020
pytest_checkipdb.py:21: PytestDeprecationWarning: direct construction of CheckIpdbItem has been deprecated, please use CheckIpdbItem.from_parent
        return CheckIpdbItem(path, parent=parent)
avallbona added a commit that referenced this issue Jul 22, 2020
pytest_checkipdb.py:21: PytestDeprecationWarning: direct construction of CheckIpdbItem has been deprecated, please use CheckIpdbItem.from_parent
        return CheckIpdbItem(path, parent=parent)
avallbona added a commit that referenced this issue Jul 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants