this is in the tox.ini file also. without it, the tests
run from my local ./lib/ when I set PYTHONPATH on the
outside
Change-Id: I1ec88edc0e1aeafbfa95054ec4ccb30bcb22d55f
(cherry picked from commit
2bb963891b8bbc3b2ec67c848cb405596c8ca3f6)
coverage: bool = False,
mypy: bool = False,
) -> None:
+
+ # ensure external PYTHONPATH not interfering
+ session.env["PYTHONPATH"] = ""
+
# PYTHONNOUSERSITE - this *MUST* be set so that the ./lib/ import
# set up explicitly in test/conftest.py is *disabled*, so that
# when SQLAlchemy is built into the .nox area, we use that and not the