Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
c8d1ed9d
"examples/dynamic_shape/test_example_dynamic.py" did not exist on "c99b7056b489a5d222e9c7b41b954d243cff97da"
Unverified
Commit
c8d1ed9d
authored
May 16, 2022
by
Yuge Zhang
Committed by
GitHub
May 16, 2022
Browse files
Disable pytest-azurepipelines (#4857)
parent
be7eee0c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
dependencies/develop.txt
dependencies/develop.txt
+0
-1
test/pytest.ini
test/pytest.ini
+1
-1
No files found.
dependencies/develop.txt
View file @
c8d1ed9d
...
@@ -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
...
...
test/pytest.ini
View file @
c8d1ed9d
[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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment