From 200dd454e0d4c5ee618d6cd12e2b7deb9c3d87cd Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Wed, 16 Sep 2020 23:10:16 +0200 Subject: [PATCH] ci: integrate pytest-deprecation-warnings --- .gitlab-ci.yml | 3 +++ dev-requirements.txt | 1 + 2 files changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8808bf5..81b92b4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,5 +8,8 @@ flake8: py3: script: tox -e py3 + artifacts: + paths: + - py3-deprecated-warnings.json diff --git a/dev-requirements.txt b/dev-requirements.txt index e153c52..b3e5302 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1 +1,2 @@ https://hg.logilab.org/master/cubes/geocoding/archive/default.tar.bz2 +git+https://github.com/psycojoker/pytest-capture-deprecatedwarnings -- GitLab