Files
OpenBB/openbb_platform/tests/conftest.py
Igor Radovanovic d7c6918730 Disable auto_build on test run (#5937)
* Disable auto_build on test run

* Move to conftest
2024-01-10 15:40:01 +00:00

10 lines
212 B
Python

# TODO: See if we can dynamically import the test modules under the openbb_platform
# TODO: Add global fixture for headers here
import os
def pytest_configure():
os.environ["OPENBB_AUTO_BUILD"] = "false"