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

Test failures with pytest 8 #923

Closed
fabaff opened this issue Apr 4, 2024 · 1 comment
Closed

Test failures with pytest 8 #923

fabaff opened this issue Apr 4, 2024 · 1 comment

Comments

@fabaff
Copy link

fabaff commented Apr 4, 2024

Describe the bug
Multiple tests are failing.

Expected behavior
Tests to pass.

Steps To Reproduce
Run the test suite with pytest 8 and Python 3.11

[...]
ERROR pynetdicom/tests/test_pdu_items.py::TestUserInformation_RoleSelection::test_init - pytest.PytestRemovedIn8Warning: Support for nose tests is deprecated and wi...
ERROR pynetdicom/tests/test_pdu_items.py::TestUserInformation_RoleSelection::test_string_output - pytest.PytestRemovedIn8Warning: Support for nose tests is deprecated and wi...
ERROR pynetdicom/tests/test_pdu_items.py::TestUserInformation_RoleSelection::test_decode - pytest.PytestRemovedIn8Warning: Support for nose tests is deprecated and wi...
ERROR pynetdicom/tests/test_pdu_items.py::TestUserInformation_RoleSelection::test_encode - pytest.PytestRemovedIn8Warning: Support for nose tests is deprecated and wi...
[...]

Using ignore::pytest.PytestRemovedIn8Warning helps for now but is not a permanent solution

Your environment
n/a

@mrbean-bremen
Copy link
Member

mrbean-bremen commented Apr 4, 2024

Duplicate of #840, fixed with #848, needs a new release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants