Commit Graph

78 Commits

Author SHA1 Message Date
Emmanuel Cazenave 529da620ee setup.py: declare num2words dependency (#58045) 2021-10-21 11:04:30 +02:00
Valentin Deniaud 1e2cf7f618 templatetags: add as_numeral filters (#57983) 2021-10-19 17:11:23 +02:00
Benjamin Dauvergne 12efc02102 tox.ini: add update-locales target 2021-07-30 14:47:13 +02:00
Frédéric Péters 7d4973b758 tox: stop testing against django 1.11 2021-07-02 14:35:56 +02:00
Frédéric Péters afb89ff9a8 tox: limit psycopg2 to < 2.9 (#54926) 2021-06-17 08:56:38 +02:00
Benjamin Dauvergne 0f8fe28274 tests: disable syslog logging handler (#51267) 2021-06-01 13:00:10 +02:00
Frédéric Péters ea4c80bac6 tox: add black (via pre-commit) to tests 2021-05-14 18:40:45 +02:00
Frédéric Péters ac6ea6351b tox: remove obsolete oldstylemiddleware environments (#53458) 2021-04-27 12:26:51 +02:00
Frédéric Péters 7bc1b1daed tox: remove python 2 tests (#45561) 2021-03-01 16:33:22 +01:00
Emmanuel Cazenave 1977c3ed95 run tests against django 2.2 (#49283)
gitea-wip/hobo/pipeline/head There was a failure building this commit Details
gitea/hobo/pipeline/head Something is wrong with the build of this commit Details
2021-02-02 11:48:38 +01:00
Frédéric Péters 402e187edf build: update to use origin/main 2020-12-26 15:21:15 +01:00
Frédéric Péters 3caeeb82ed tox: limit mock version for compatibility with python 3.5 2020-10-06 09:21:26 +02:00
Nicolas Roche c9eb026682 tox: remove python2 test for passerelle (#47120) 2020-09-30 19:56:09 +02:00
Benjamin Dauvergne 4ad0ef9ef6 tox.ini: limit authentic targets to python3 (#47185) 2020-09-30 14:06:23 +02:00
Frédéric Péters 361b1617b1 tox: get additional modules using https (via #46904#note-2) 2020-09-24 20:03:17 +02:00
Frédéric Péters a16f4ce394 tox: limit pyrsistent version when testing against py2 2020-09-09 07:58:49 +02:00
Valentin Deniaud 66b7bc1544 tox: tell setuptools to use distutils from stdlib (#46252) 2020-09-01 14:24:39 +02:00
Nicolas Roche 754d207de0 tests: skip pytest 6.0.0 release to keep caplog tests working (#45556) 2020-07-29 16:14:28 +02:00
Valentin Deniaud f833a08358 tests: switch to postgresql (#44861) 2020-07-07 14:17:37 +02:00
Frédéric Péters 83e6d3ef17 tox: limit django-filter to <2.3
pkg_resources.ContextualVersionConflict: (Django 1.11.29 (...),
Requirement.parse('Django>=2.2'), {'django-filter'})
-- https://jenkins.entrouvert.org/job/hobo/2776/console
2020-06-05 20:44:01 +02:00
Benjamin Dauvergne 225e22747c tests_authentic: adapt to evolutions in authentic2 (#42154)
* django-filters>=2 is now usable with authentic, for py2 run it must
  be explicitely limited to django-filter<2.
* settings must use MIDDLEWARE instead of MIDDLEWARE_CLASSES
2020-04-27 18:22:51 +02:00
Frédéric Péters 8b230ae47a Revert "tox: disable authentic tests to get a working build"
This reverts commit ac4a879018.
2020-04-03 17:59:00 +02:00
Frédéric Péters ac4a879018 tox: disable authentic tests to get a working build
(see #41284)
2020-04-03 09:17:23 +02:00
Paul Marillonnet abc03c8b8e tox: run authentic tests in python3 too (#41237) 2020-04-02 10:44:00 +02:00
Frédéric Péters c3c35de94b tox: limit django-appconf when testing against python 2 (#41200) 2020-03-31 20:00:09 +02:00
Nicolas Roche cf4d3d4a46 python3: upgrade celery as python3 need kombu >=4.2.0 (#40288) 2020-03-04 15:27:34 +01:00
Nicolas Roche 5002ed100e tests: adapt tox.ini to run tests in python3 too (#40012) 2020-02-28 15:07:01 +01:00
Nicolas Roche b7c8532636 tests: use several venvs for tests (#40123) 2020-02-28 15:03:03 +01:00
Nicolas Roche 0d82105309 tests: remove jenkins.sh (#40071) 2020-02-24 12:25:53 +01:00
Frédéric Péters 35fdc36cfc tox: limit enum34 to 1.1.6, for python 2 compatibility 2020-02-22 10:21:56 +01:00
Frédéric Péters 08cdb192f6 tox: limit to xmlschema < 1.1, for Python 2 compatibility 2020-01-24 09:43:59 +01:00
Benjamin Dauvergne 21ce5ece53 tox: fix envlist (#36584) 2019-10-15 16:23:19 +02:00
Benjamin Dauvergne c178320985 debian: use MIDDLEWARE in debian_config_common.py (#36584) 2019-10-15 15:22:49 +02:00
Frédéric Péters de7639376b tox: get latest pytest version 2019-10-01 23:58:06 +02:00
Frédéric Péters ffaa4e2977 misc: remove support for sentry (#35566) 2019-08-24 18:02:48 +02:00
Frédéric Péters 4c39a9d35f misc: use django.utils.six (#35368) 2019-08-12 13:58:48 +02:00
Christophe Siraut 6583fa518f environment: use current domain name for services creation form (#34212) 2019-08-12 13:44:32 +02:00
Benjamin Dauvergne e7abfc8ea7 agent/a2: prevent useless thread launching (#34484) 2019-07-17 11:51:44 +02:00
Benjamin Dauvergne 5e1b5a1169 tests_multitenant: add test on settings.json reloading (#33563) 2019-06-04 16:41:54 +02:00
Frédéric Péters f0d10f92a9 misc: require django 1.11 (#33238) 2019-05-31 08:28:42 +02:00
Emmanuel Cazenave aefff59310 declare dnspython dependency in setup.py (#32471) 2019-04-18 20:00:50 +02:00
Nicolas Roche 261de0d17b make effective tests from the tests_schemas directory (#32468) 2019-04-18 18:27:21 +02:00
Christophe Siraut 1b9704742f add default_from_email checks (#24519) 2019-04-17 16:03:30 +02:00
Christophe Siraut 73848f82f3 commands/cook: add prechecks on recipe (#16599) 2019-04-16 18:05:02 +02:00
Benjamin Dauvergne f76a6a84e8 use BRANCH_NAME for naming test databases (#31337) 2019-03-18 11:53:15 +01:00
Frédéric Péters c9d3c55260 tox: limit django-jsonfield version to keep django 1.8 compatibility 2019-03-17 17:18:12 +01:00
Benjamin Dauvergne 1c7a6693e5 use a Jenkinsfile (#29776) 2019-01-16 11:40:24 +01:00
Benjamin Dauvergne ffaeb45057 debian: add journald support to debian_config_common (fixes #23471) 2019-01-15 00:15:18 +01:00
Frédéric Péters 605e2f4bfe tox: limit pytest version to a version compatible with pytest-cov 2019-01-06 17:02:35 +01:00
Christophe Siraut a6df6bdcd6 general: provide a health api (#23823) 2018-09-28 15:52:36 +02:00