mirror of
https://github.com/OpenBB-finance/OpenBB.git
synced 2026-05-21 10:11:02 +08:00
10 lines
212 B
Python
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"
|