Trying to connect to the first unit test
(py3env) ➜ mflix-python pytest -m connection
Here is the last part of the error I get:
ImportError: cannot import name 'abc' from 'bson.py3compat' (/usr/local/lib/python3.7/site-packages/bson/py3compat.py)
ERROR: could not load /Users/rose/M220/mflix-python/tests/conftest.py
Please help. After doing a google search, I tried uninstalling and re-installing both bson and pymongo, but I still get errors when trying to run the first unit test.