Tests in graphene/relay/tests/test_custom_global_id.py
fail due incompatibility with pytest 8.x
#1539
Labels
graphene/relay/tests/test_custom_global_id.py
fail due incompatibility with pytest 8.x
#1539
Running the test suite, in particular the tests in
graphene/relay/tests/test_custom_global_id.py
fail if pytest 8.x is used.The root for this behavior is the usage of
setup(self)
within the class definitions in that file which is nose specific syntax. The solution is rather simple and already written within the error message as the solution for the failing tests.Please tell us about your environment:
The text was updated successfully, but these errors were encountered: