graphql-python / graphql-server

This is the core package for using GraphQL in a custom server easily
MIT License
120 stars 72 forks source link

tests always installed #74

Closed mattiaverga closed 3 years ago

mattiaverga commented 3 years ago

Running pip install graphql-server will also install tests, but it shouldn't.

mattiaverga commented 3 years ago

https://github.com/graphql-python/graphql-server/blob/5b7f5de42efd3d8034b69c9dcc70f506a2247d55/setup.py#L81 should be exclude=["tests", "tests.*"]

KingDarBoja commented 3 years ago

Released a new beta version v3.0.0b3 with the fix along with the Quart server support.