File size: 198 Bytes
ab8be8f
 
 
 
 
 
1
2
3
4
5
6
7
[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