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
activitystream
Commits
24958b3e8b57
Commit
16963a9a
authored
Sep 16, 2020
by
Laurent Peuch
Browse files
ci: integrate pytest-deprecation-warnings
parent
db4481c5e365
Pipeline
#14431
passed with stage
in 1 minute and 12 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
24958b3e
...
...
@@ -14,5 +14,8 @@ py27:
py3
:
script
:
tox -e py3
artifacts
:
paths
:
-
py3-deprecated-warnings.json
tox.ini
View file @
24958b3e
...
...
@@ -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
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