зеркало из https://github.com/microsoft/archai.git
15 строки
303 B
INI
15 строки
303 B
INI
# Copyright (c) Microsoft Corporation.
|
|
# Licensed under the MIT license.
|
|
|
|
[pytest]
|
|
addopts=-vv --durations=10
|
|
|
|
# Do not run tests in the build folder
|
|
norecursedirs=build
|
|
|
|
# Warnings to be ignored
|
|
filterwarnings=
|
|
ignore::DeprecationWarning
|
|
ignore::UserWarning
|
|
ignore::torch.jit.TracerWarning
|