зеркало из https://github.com/microsoft/nni.git
14 строки
581 B
INI
14 строки
581 B
INI
[pytest]
|
|
addopts =
|
|
--cov=nni
|
|
--cov-config=.coveragerc
|
|
--junitxml=junit/test-results.xml
|
|
--cov-report=xml -p no:azurepipelines
|
|
--durations=50
|
|
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:`np.bool` is a deprecated alias for the builtin `bool`:DeprecationWarning
|
|
ignore:nni.retiarii.serialize is deprecated and will be removed in future release.:DeprecationWarning
|