pytest.ini 483 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
7
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
    ignore:nni.retiarii.serialize is deprecated and will be removed in future release.:DeprecationWarning