hy/tests/importer
Simon Gomizelj fa54884131 Fix unit tests when run with PYTHONDONTWRITEBYTECODE
When set, it will conflict with any tests that generate bytecode
because they don't expect it to be set.

Fixable by sanitize the environment before forking, but we can't do
anything about import tests.

This is a pipenv default, and possibly a sane flag to set while doing
Hy development, so lets not let it be a hazard for developers to trip
over.
2018-04-14 12:12:01 -07:00
..
__init__.py Very broken. 2013-03-03 19:40:46 -05:00
test_importer.py Fix unit tests when run with PYTHONDONTWRITEBYTECODE 2018-04-14 12:12:01 -07:00
test_pyc.py Update copyright years 2018-01-01 10:38:33 -05:00