action test

This commit is contained in:
Eric Froemling 2020-03-26 19:12:04 -07:00
parent 545e53d1f7
commit 621bfea07b

View File

@ -451,6 +451,7 @@ def pytest() -> None:
raise CleanError('python_paths not found in project config.')
os.environ['PYTHONPATH'] = ':'.join(pypaths)
print('SET VAL TO', ':'.join(pypaths), flush=True)
# Also tell Python interpreters not to write __pycache__ dirs everywhere
# which can screw up our builds.