graphene icon indicating copy to clipboard operation
graphene copied to clipboard

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

Open tijuca opened this issue 1 year ago • 0 comments

The tests in test_custom_global_id.py use the old nose specific method 'setup(self)' which isn't supported anymore in Pytest 8+.

https://daobook.github.io/pytest/deprecations.html#setup-teardown

tijuca avatar Mar 24 '24 05:03 tijuca