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
cubicweb
cubes
varnish
Commits
f5f4f466baf2
Commit
0f5bb46d
authored
Dec 01, 2020
by
Laurent Peuch
Browse files
ci: integrate pytest-deprecated-warnings
parent
f0d5779ed462
Pipeline
#23152
passed with stage
in 2 minutes and 44 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f5f4f466
...
...
@@ -11,3 +11,6 @@ py27:
py3
:
script
:
tox -e py3
artifacts
:
paths
:
-
py3-deprecated-warnings.json
tox.ini
View file @
f5f4f466
...
...
@@ -5,6 +5,7 @@ envlist = py27,py3,flake8
deps
=
pytest
webtest
git+https://github.com/psycojoker/pytest-capture-deprecatedwarnings
commands
=
{envpython}
-m
pytest
{posargs:test}
...
...
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