mirror of
https://github.com/microsoft/qlib.git
synced 2026-06-06 14:01:28 +08:00
7 lines
198 B
INI
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
|