Is pytest supposed to collect tests from dependency modules in a virtual environtment?
I am attempting to setup a project on another laptop than my typical development machine. This project has several pytest-based tests that I have written over the lifetime of the project. When I run $ pytest -k tests/my_test.py I get a list of errors from sqlalchemy tests like the following: _ ERROR collecting env/lib64/python3.5/site-packages/sqlalchemy/testing/suite/test_update_delete.py _ env/lib/python3.5/site-packages/py/_path/local.py:662: in pyimport __import__(modname) env/lib/python3.5/site-packages/sqlalchemy/testing/suite/__init__.py:2: in <module> from sqlalchemy.testing.suite.test