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
simplefacet
Commits
000af63d33f1
Commit
bf6fc215
authored
Dec 01, 2020
by
Laurent Peuch
Browse files
ci: integrate pytest-deprecated-warnings
parent
747cd313f33b
Pipeline
#23148
passed with stage
in 2 minutes and 41 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
000af63d
...
...
@@ -11,6 +11,9 @@ before_script:
py3
:
stage
:
tests
script
:
tox -e py3
artifacts
:
paths
:
-
py3-deprecated-warnings.json
flake8
:
stage
:
tests
...
...
tox.ini
View file @
000af63d
...
...
@@ -4,6 +4,7 @@ envlist = py3,flake8,check-manifest,black
[testenv]
deps
=
pytest
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