graphql-python/graphql-server

tests always installed

mattiaverga opened this issue · 2 comments

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

packages=find_packages(exclude=["tests"]),

should be exclude=["tests", "tests.*"]

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