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
open-source
logilab-mtconverter
Commits
70a1f40e4809
Commit
4e5a9781
authored
Sep 25, 2020
by
Laurent Peuch
Browse files
ci: integrate pytest-deprecated-warnings
parent
454838a84fbf
Pipeline
#15423
failed with stages
in 3 minutes and 48 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
70a1f40e
...
...
@@ -17,6 +17,9 @@ py3:
-
pip install tox
stage
:
tests
script
:
tox -e py3
artifacts
:
paths
:
-
py3-deprecated-warnings.json
py3-from-forge
:
before_script
:
...
...
@@ -26,6 +29,9 @@ py3-from-forge:
-
pip install tox
stage
:
tests
script
:
tox -e py3-from-forge
artifacts
:
paths
:
-
py3-deprecated-warnings.json
check-manifest
:
except
:
...
...
tox.ini
View file @
70a1f40e
...
...
@@ -7,6 +7,7 @@ deps =
pdflatex
pillow
pytest
=
= 5.4.1
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