Commit Graph

42 Commits

Author SHA1 Message Date
Benjamin Dauvergne 2e30eb42ed tox.ini: remove constraint on psycopg2-binary
gitea/authentic2-cut/pipeline/head This commit looks good Details
2023-10-19 10:58:16 +02:00
Benjamin Dauvergne ff441881cf tox.ini: add getlasso3 and check-migrations to allowlist_externals 2023-10-19 10:58:13 +02:00
Valentin Deniaud fe54bd6692 ci: remove Django 2.2 target (#75509)
gitea/authentic2-cut/pipeline/head This commit looks good Details
2023-03-16 15:20:05 +01:00
Frédéric Péters a0b75fafb7 ci: update .tar.gz URLs for gitea (like #74706)
gitea/authentic2-cut/pipeline/head Something is wrong with the build of this commit Details
2023-02-22 09:58:47 +01:00
Paul Marillonnet 3996f0514f tox: fix local authentic dependency declaration (#66577) 2023-02-13 12:27:27 +01:00
Benjamin Dauvergne 86d4025304 remove Journal model (#67849) 2022-09-12 17:12:50 +02:00
Paul Marillonnet aec4413a3f tox: test with both django 2.2 & 3.2 versions (#65290) 2022-05-16 12:08:35 +02:00
Paul Marillonnet 9d50edcdf3 tox: avoid seemingly broken markdown>=3 versions (#63263) 2022-03-28 16:26:35 +02:00
Paul Marillonnet 1ccf9ec535 misc: add support for bullseye's django-tables2 (#62783)
(and its subsequent changes in authentic2 -- #62527)
2022-03-16 17:36:59 +01:00
Benjamin Dauvergne 0d7391b65f tox.ini: install authentic2 from git in check-migrations 2022-02-18 09:33:40 +01:00
Paul Marillonnet 150156e957 tox: update tox.ini file (#61513) 2022-02-07 18:30:08 +01:00
Paul Marillonnet b9f1ea60a0 tox: add test env with djangorestframework 3.12 (#59962) 2021-12-21 11:44:38 +01:00
Frédéric Péters 273ebaebd7 tox: switch pylint to use python3 2021-12-15 08:29:07 +01:00
Frédéric Péters 36ffd6ae2b tox: stop testing against django 1.11 2021-12-15 08:28:42 +01:00
Frédéric Péters 4319263774 tox: limit psycopg2 to < 2.9 (#54925) 2021-06-17 08:50:01 +02:00
Frédéric Péters 40b5422931 build: update to use origin/main 2020-12-26 15:21:15 +01:00
Benjamin Dauvergne e5b548d790 tox.ini: hide warnings 2020-11-27 17:40:13 +01:00
Benjamin Dauvergne 51ba6a17d4 tox.ini: do not break on new warning 2020-10-23 11:52:28 +02:00
Frédéric Péters 52afc76f4d tox: get additional modules using https (via #46904#note-2) 2020-09-24 20:07:38 +02:00
Benjamin Dauvergne 771205afa0 tox.ini: test against DRF 3.9 only (#46038)
It's the current version on debian buster (stable).
2020-08-24 17:38:55 +02:00
Benjamin Dauvergne 0cdb505ce5 tox.ini: remove python2 support 2020-08-13 15:33:39 +02:00
Benjamin Dauvergne 8dc42017ed misc: remove requirement on python-magic
Python package changed between python3 and python2 on Debian
(python-magic is the pypi package python-magic, but python3-magic is the
pypi package file-magic :/)
2020-07-03 13:52:31 +02:00
Benjamin Dauvergne 4757a9448e tox.ini: do not skip install with pylint 2020-05-16 12:31:52 +02:00
Benjamin Dauvergne 7b92d0fe55 tox.ini: add environment modifier to test against local authentic2 2020-05-16 11:39:30 +02:00
Benjamin Dauvergne 081409b6ed tox.ini: fix pylint env 2020-05-15 19:00:28 +02:00
Benjamin Dauvergne 0058acbe97 tox.ini: add check-migrations.sh 2020-05-15 18:20:16 +02:00
Benjamin Dauvergne a5e4d42e02 tox.ini: refactor, add dj22 target 2020-05-15 18:20:16 +02:00
Paul Marillonnet 9c6baea77b provide a py3-compliant tox.ini file (#41220) 2020-04-01 11:54:13 +02:00
Frédéric Péters c4a21af754 tox: limit enum34 to 1.1.6, for python 2 compatibility 2020-02-22 10:13:35 +01:00
Benjamin Dauvergne 37852c0660 tox.ini: remove nocoverage from the default envlist 2019-12-09 15:16:00 +01:00
Benjamin Dauvergne 67e3ab656b tox.ini: only test with django 1.11 and postgres 2019-06-30 11:38:55 +02:00
Frédéric Péters c3d90dc6b4 tox: limit django-jsonfield version to keep django 1.8 compatibility (#31482) 2019-03-17 18:16:18 +01:00
Frédéric Péters 6f60df18c6 tox.ini: limit to pytest-django<3.4.6
See #30307 and https://github.com/pytest-dev/pytest-django/issues/698
2019-02-03 21:55:49 +01:00
Benjamin Dauvergne 784a4a064d cleanup validation requests and their attachments after 3 months (fixes #30105) 2019-01-29 11:27:51 +01:00
Benjamin Dauvergne 161dfee7df tox.ini: rename junit results (#30079) 2019-01-24 16:41:47 +01:00
Benjamin Dauvergne 0ce876f8bb tox.ini: add pylint run (#30079) 2019-01-24 16:41:47 +01:00
Benjamin Dauvergne 7d517113d7 tox.ini: limit pylint-django to <0.8.1 (#30079) 2019-01-24 16:41:30 +01:00
Benjamin Dauvergne 94758baba8 tox.ini: add branch name to workdir path (#30079) 2019-01-24 16:41:25 +01:00
Benjamin Dauvergne 595bb9bd33 tox.ini: set basepython=python2 (#30079) 2019-01-24 16:41:17 +01:00
Benjamin Dauvergne 6535462257 tox.ini: use authentic2 from git (#30079) 2019-01-24 16:41:13 +01:00
Benjamin Dauvergne e5087500e2 tox.ini: prevent errors when running under Django 1.11 2018-09-27 17:20:33 +02:00
Benjamin Dauvergne 07e68ef209 add tests (#26768) 2018-09-27 15:53:38 +02:00