graphene/graphene
tijuca 88c3ec539b
pytest: Don't use nose like syntax in graphene/relay/tests/test_custom_global_id.py (#1539) (#1540)
pytest: Don't use nose like syntax

The tests in test_custom_global_id.py use the old nose specific method
'setup(self)' which isn't supported anymore in Pytest 8+. The tests fail
with this error message without modification.

E               pytest.PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release.
E               graphene/relay/tests/test_custom_global_id.py::TestIncompleteCustomGlobalID::test_must_define_resolve_global_id is using nose-specific method: `setup(self)`
E               To remove this warning, rename it to `setup_method(self)`
E               See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose

Co-authored-by: Erik Wrede <erikwrede@users.noreply.github.com>
2024-06-13 14:38:48 +00:00
..
pyutils remove polyfill for dataclasses (#1545) 2024-05-16 10:09:37 +02:00
relay pytest: Don't use nose like syntax in graphene/relay/tests/test_custom_global_id.py (#1539) (#1540) 2024-06-13 14:38:48 +00:00
test feat_ (#1476) 2022-11-16 21:38:15 +01:00
tests test: print schema with InputObjectType with DateTime field with default_value (#1293) (#1513) 2023-07-19 07:00:30 +00:00
types remove aniso8601, mock, iso8601 (#1548) 2024-06-13 16:35:00 +02:00
utils Vendor DataLoader from aiodataloader and move get_event_loop() out of __init__ function. (#1459) 2022-09-07 20:32:53 +02:00
validation feat: Enable use of Undefined in InputObjectTypes (#1506) 2023-06-04 23:01:05 +02:00
__init__.py release: 3.3.0 2023-07-26 08:26:30 +02:00