зеркало из https://github.com/microsoft/archai.git
12 строки
249 B
INI
12 строки
249 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
|
||
|
|
||
|
# Deprecated warnings to be ignored
|
||
|
filterwarnings=ignore::DeprecationWarning
|