import os # TODO(dmu) LOW: For some reason pytest does not recognize conftest.py if being placed into `node` # package. Fix it. # Set on the earliest possible moment os.environ['PYTEST_RUNNING'] = 'true' from node.blockchain.tests.fixtures import * # noqa: F401, F403, E402 from node.core.tests.fixtures import * # noqa: F401, F403, E402