Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
expense
Commits
7ba86fc18ecd
Commit
aa46d31e
authored
Sep 17, 2020
by
Laurent Peuch
Browse files
ci: integrate pytest-deprecated-warnings
parent
ac61b1533f68
Pipeline
#14602
passed with stage
in 5 minutes and 12 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7ba86fc1
...
...
@@ -14,5 +14,8 @@ py27:
py3
:
script
:
tox -e py3
artifacts
:
paths
:
-
py3-deprecated-warnings.json
tox.ini
View file @
7ba86fc1
...
...
@@ -4,6 +4,7 @@ envlist = py27,py3,flake8,check-manifest
[testenv]
deps
=
pytest
git+https://github.com/psycojoker/pytest-capture-deprecatedwarnings
commands
=
{envpython}
-m
pytest
{posargs}
...
...
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