Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
yams
Commits
93bcc14970bb
Commit
7970640b
authored
Sep 25, 2020
by
Laurent Peuch
Browse files
ci: integrate pytest-deprecated-warnings
parent
be56d8b3c225
Pipeline
#35519
passed with stage
in 1 minute and 13 seconds
Changes
2
Pipelines
29
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
93bcc149
...
...
@@ -20,10 +20,16 @@ py3:
-
$TRIGGERED_FROM_OTHER_PROJECT
stage
:
tests
script
:
tox -e py3
artifacts
:
paths
:
-
py3-deprecated-warnings.json
py3-from-forge
:
stage
:
tests
script
:
tox -e py3-from-forge
artifacts
:
paths
:
-
py3-deprecated-warnings.json
check-manifest
:
except
:
...
...
tox.ini
View file @
93bcc149
...
...
@@ -5,6 +5,7 @@ envlist=py3,py3-from-forge,check-manifest,flake8,mypy,black,black-run
basepython
=
python3
deps
=
pytest
git+https://github.com/psycojoker/pytest-capture-deprecatedwarnings
commands
=
{envpython} -m pytest {posargs:{toxinidir}/test}
[testenv:py3-from-forge]
...
...
Write
Preview
Supports
Markdown
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