graphql-python / graphene-pydantic

Integrate GraphQL with your Pydantic models
Other
224 stars 45 forks source link

Skip ForwardRef tests if <3.7 #35

Closed necaris closed 4 years ago

necaris commented 4 years ago

See #34 -- it's not immediately clear when running the tests that some features require Python 3.7+. Make this clearer by skipping the tests on those platforms. Also, restore automated tests for Python 3.6 since we advertise support for it.