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

Fix tests to support Pytest 8.0.0 #160

Open
shakedzy opened this issue Feb 4, 2024 · 0 comments
Open

Fix tests to support Pytest 8.0.0 #160

shakedzy opened this issue Feb 4, 2024 · 0 comments
Labels
versioning Raise awareness to issues arising from versions of dependencies

Comments

@shakedzy
Copy link
Owner

shakedzy commented Feb 4, 2024

When using the latest version of pytest (8.0.0 at time of writing), test fail on:

/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/_pytest/nodes.py:152: in _create
    return super().__call__(*k, **kw)
E   TypeError: BlackItem.__init__() got an unexpected keyword argument 'path'
@shakedzy shakedzy added the versioning Raise awareness to issues arising from versions of dependencies label Feb 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
versioning Raise awareness to issues arising from versions of dependencies
Projects
None yet
Development

No branches or pull requests

1 participant