1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +08:00
Files
qlib/tests/pytest.ini
2022-06-28 10:17:29 +08:00

7 lines
198 B
INI

[pytest]
markers =
slow: marks tests as slow (deselect with '-m "not slow"')
filterwarnings =
ignore:.*rng.randint:DeprecationWarning
ignore:.*Casting input x to numpy array:UserWarning