"examples/dynamic_shape/test_example_dynamic.py" did not exist on "c99b7056b489a5d222e9c7b41b954d243cff97da"
Unverified Commit c8d1ed9d authored by Yuge Zhang's avatar Yuge Zhang Committed by GitHub
Browse files

Disable pytest-azurepipelines (#4857)

parent be7eee0c
...@@ -9,7 +9,6 @@ nbsphinx ...@@ -9,7 +9,6 @@ nbsphinx
pylint pylint
pyright pyright
pytest pytest
pytest-azurepipelines
pytest-cov pytest-cov
rstcheck rstcheck
sphinx >= 4.5 sphinx >= 4.5
......
[pytest] [pytest]
addopts = --cov=nni --cov-config=.coveragerc --junitxml=junit/test-results.xml --cov-report=xml --cov-report=html --cov-config=.coveragerc --durations=50 addopts = --cov=nni --cov-config=.coveragerc --junitxml=junit/test-results.xml --cov-report=xml -p no:azurepipelines --cov-config=.coveragerc --durations=50
filterwarnings = filterwarnings =
ignore:Using key to access the identifier of:DeprecationWarning ignore:Using key to access the identifier of:DeprecationWarning
ignore:layer_choice.choices is deprecated.:DeprecationWarning ignore:layer_choice.choices is deprecated.:DeprecationWarning
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment