-
Notifications
You must be signed in to change notification settings - Fork 162
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
pytest 8.0.0 AttributeError: 'Package' object has no attribute 'obj' #763
Milestone
Comments
Closed
1 task
It looks the same as #737 |
This was referenced Jan 28, 2024
Closed
Thanks for the cross-reference with the issue in the pytest bug tracker. Pytest 8 has introduced changes to the way test collection works. Pytest-asyncio is currently not compatible with those changes. It's a rather high priority, though, in order to allow users to upgrade. I'm closing this as a duplicate of #737. |
pentschev
added a commit
to pentschev/ucx-py
that referenced
this issue
Jan 29, 2024
Pytest 8 introduced breaking changes that `pytest-asyncio` is still in the process of resolving. See pytest-dev/pytest-asyncio#763. This pin should also be done directly by `pytest-asyncio>=0.23.4`, but that version is still not available in conda-forge.
pentschev
added a commit
to pentschev/ucxx
that referenced
this issue
Jan 29, 2024
Pytest 8 introduced breaking changes that `pytest-asyncio` is still in the process of resolving. See pytest-dev/pytest-asyncio#763. This pin should also also be done directly by `pytest-asyncio>=0.23.4`, but that version is still not available in conda-forge.
rapids-bot bot
pushed a commit
to rapidsai/ucx-py
that referenced
this issue
Jan 29, 2024
Pytest 8 introduced breaking changes that `pytest-asyncio` is still in the process of resolving. See pytest-dev/pytest-asyncio#763. This pin should also be done directly by `pytest-asyncio>=0.23.4`, but that version is still not available in conda-forge. Authors: - Peter Andreas Entschev (https://github.com/pentschev) Approvers: - Lawrence Mitchell (https://github.com/wence-) URL: #1019
rapids-bot bot
pushed a commit
to rapidsai/ucxx
that referenced
this issue
Jan 29, 2024
Pytest 8 introduced breaking changes that `pytest-asyncio` is still in the process of resolving. See pytest-dev/pytest-asyncio#763. This pin should also also be done directly by `pytest-asyncio>=0.23.4`, but that version is still not available in conda-forge. Authors: - Peter Andreas Entschev (https://github.com/pentschev) Approvers: - Lawrence Mitchell (https://github.com/wence-) - Ray Douglass (https://github.com/raydouglass) URL: #179
pentschev
added a commit
to pentschev/ucxx
that referenced
this issue
Jan 30, 2024
Pytest 8 introduced breaking changes that `pytest-asyncio` is still in the process of resolving. See pytest-dev/pytest-asyncio#763. This pin should also also be done directly by `pytest-asyncio>=0.23.4`, but that version is still not available in conda-forge.
pentschev
added a commit
to pentschev/ucx-py
that referenced
this issue
Jan 30, 2024
Pytest 8 introduced breaking changes that `pytest-asyncio` is still in the process of resolving. See pytest-dev/pytest-asyncio#763. This pin should also be done directly by `pytest-asyncio>=0.23.4`, but that version is still not available in conda-forge.
This was referenced Jan 30, 2024
raydouglass
pushed a commit
to rapidsai/ucxx
that referenced
this issue
Jan 30, 2024
Pytest 8 introduced breaking changes that `pytest-asyncio` is still in the process of resolving. See pytest-dev/pytest-asyncio#763. This pin should also also be done directly by `pytest-asyncio>=0.23.4`, but that version is still not available in conda-forge.
raydouglass
pushed a commit
to rapidsai/ucx-py
that referenced
this issue
Jan 30, 2024
Pytest 8 introduced breaking changes that `pytest-asyncio` is still in the process of resolving. See pytest-dev/pytest-asyncio#763. This pin should also be done directly by `pytest-asyncio>=0.23.4`, but that version is still not available in conda-forge.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pytest-asyncio started throwing error since pytest 8.0.0
the issue in pytest repo: pytest-dev/pytest#11868
The text was updated successfully, but these errors were encountered: