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
timing_intensive: bool = True,
coverage: 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