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
skos
Commits
2bc75e2cbb3a
Commit
1ce1ffb4
authored
Dec 08, 2020
by
Laurent Peuch
Browse files
ci: integrate pytest-deprecated-warnings
parent
a2c1dab5b886
Pipeline
#25277
failed with stage
in 2 minutes and 23 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2bc75e2c
...
...
@@ -10,6 +10,9 @@ before_script:
py3
:
stage
:
tests
script
:
tox -e py3
artifacts
:
paths
:
-
py3-deprecated-warnings.json
flake8
:
stage
:
tests
...
...
tox.ini
View file @
2bc75e2c
...
...
@@ -5,6 +5,7 @@ envlist = py27,py3,flake8,check-manifest
deps
=
-rtest-requirements.txt
pytest
git+https://github.com/psycojoker/pytest-capture-deprecatedwarnings
commands
=
{envpython}
-m
pytest
{posargs:{toxinidir}/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