pytest.ini 568 Bytes
Newer Older
1
2
[pytest]
addopts = --cov=nni --cov-config=.coveragerc --junitxml=junit/test-results.xml --cov-report=xml --cov-report=html --cov-config=.coveragerc
3
4
5
6
filterwarnings =
    ignore:Using key to access the identifier of:DeprecationWarning
    ignore:layer_choice.choices is deprecated.:DeprecationWarning
    ignore:The truth value of an empty array is ambiguous.:DeprecationWarning
7
    ignore:`np.bool` is a deprecated alias for the builtin `bool`:DeprecationWarning
8
    ignore:nni.retiarii.serialize is deprecated and will be removed in future release.:DeprecationWarning