graphql-python / graphene-django

Build powerful, efficient, and flexible GraphQL APIs with seamless Django integration.
http://docs.graphene-python.org/projects/django/en/latest/
MIT License
4.31k stars 770 forks source link

Revert "fix: unit test for graphene pr#1412" #1350

Closed firaskafri closed 2 years ago

firaskafri commented 2 years ago

Reverts graphql-python/graphene-django#1315 due changes in setup.py that probably broke tests

firaskafri commented 2 years ago

Wouldn't it be more elegant to push a fix to setup.py instead of reverting the entire PR and reopening it without the changes to setup.py?

https://github.com/graphql-python/graphene-django/pull/1352

@erikwrede Thank you!