Leonard Lu
Leonard Lu
I have run the test suite `make test` with graphene 3.1.1 and all tests pass ``` py.test graphene_mongo/tests --cov=graphene_mongo --cov-report=html --cov-report=term ======================================================================================== test session starts ========================================================================================= platform darwin -- Python...
With graphene==3.0 ``` py.test graphene_mongo/tests --cov=graphene_mongo --cov-report=html --cov-report=term ImportError while loading conftest '/Users/leonardlu/Code/graphene-mongo/graphene_mongo/tests/conftest.py'. graphene_mongo/__init__.py:1: in from .fields import MongoengineConnectionField graphene_mongo/fields.py:6: in import graphene venv/lib/python3.8/site-packages/graphene/__init__.py:2: in from .relay import ( venv/lib/python3.8/site-packages/graphene/relay/__init__.py:1:...