Commit Graph

105 Commits

Author SHA1 Message Date
Frédéric Péters c2985c7879 misc: add pre-commit configuration 2022-08-10 09:02:53 +02:00
Frédéric Péters 6ced0d2180 trivial: apply new pre-commit configuration (isort & pyupgrade) 2022-08-10 09:02:33 +02:00
Frédéric Péters be137a39c3 debian: apply wrap-and-sort 2022-08-10 09:02:33 +02:00
Frédéric Péters e5dd9b653b debian: make cron quiet (#67897) 2022-08-10 08:59:03 +02:00
Thomas NOËL aa5840d4a6 misc: remove usage of "six" module (#64417) 2022-04-21 10:55:17 +02:00
Frédéric Péters 76724612b3 translation update 2022-04-06 21:18:39 +02:00
Frédéric Péters cede43de4b add option to use http basic auth to retrieve formdatas (#63469) 2022-04-01 16:42:54 +02:00
Thomas NOËL 1efc9b6d49 trivial: bump black version to 22.3.0 2022-03-31 12:29:18 +02:00
Frédéric Péters 7ab5fe4bbe trivial: bump black version to 22.1.0 (#62312) 2022-03-01 19:30:39 +01:00
Frédéric Péters 6aaf10d0e6 trivial: remove python 2 from classifiers 2022-02-02 08:09:20 +01:00
Frédéric Péters 3474393bec build: update setup.py to require django at least django 2.2 2021-12-19 16:34:06 +01:00
Frédéric Péters 78fae1d7d9 debian: add missing dh-python 2021-12-12 11:30:42 +01:00
Frédéric Péters 2635883975 jenkins: build packages for buster & bullseye 2021-12-12 11:13:07 +01:00
Frédéric Péters ada43a0fc9 debian: use debhelper compat level 12 2021-12-12 11:12:48 +01:00
Frédéric Péters 6f5bf4ac48 debian: stop building python2 package 2021-12-12 11:12:19 +01:00
Frédéric Péters d3299df558 build: bump black version 2021-11-22 22:08:15 +01:00
Frédéric Péters aef114e94d tox: stop testing against django 1.11 2021-07-04 21:24:53 +02:00
Frédéric Péters af7806075f tox: limit psycopg2 to < 2.9 (#54925) 2021-06-17 08:50:03 +02:00
Nicolas Roche 3f717ed37f django22: declare django2.2 in setup and tox (#51125) 2021-03-04 13:56:13 +01:00
Nicolas Roche a016a66115 django22: on_delete on ForeignKey and OneToOne fields (#51125) 2021-03-04 13:56:00 +01:00
Nicolas Roche 90b7762a8b django22: import django.urls (#51125) 2021-03-04 13:04:38 +01:00
Frédéric Péters 37390b0596 tox: add black (via pre-commit) to tests (#50927) 2021-02-15 17:51:07 +01:00
Frédéric Péters 6d8c4acc0b misc: add black files/notes 2021-01-11 19:04:12 +01:00
Frédéric Péters f7348a846d trivial: apply black 2021-01-11 19:02:29 +01:00
Frédéric Péters 3e5838c9ac build: update to use origin/main 2020-12-26 15:21:16 +01:00
Frédéric Péters a7d59cb99f tox: get additional modules using https (via #46904#note-2) 2020-09-24 20:04:41 +02:00
Frédéric Péters aa9539e01c tox: stop testing against python 2 2020-09-09 07:59:39 +02:00
Valentin Deniaud 6d3bc135e5 tox: tell setuptools to use distutils from stdlib (#46252) 2020-09-01 14:42:25 +02:00
Frédéric Péters 18e522f554 misc: remove unnecessary encoding (#44545) 2020-06-29 12:02:31 +02:00
Frédéric Péters f0676bc5b6 jenkins: build for default distributions 2020-06-12 12:22:24 +02:00
Frédéric Péters 382335eab2 tests: disable weekday dependant assertions 2020-06-12 12:18:00 +02:00
Frédéric Péters 48bfcfceec misc: sync setup.py 2020-06-12 12:07:08 +02:00
Frédéric Péters 81e295d56c debian: add python3 module 2020-06-12 12:04:58 +02:00
Frédéric Péters f115bf6488 Revert to old delays behaviour (cancel 41070)
Revert "tests: adapt to new delays (#41070)"
Revert "always notify for two days (#41070)"
Revert "close available days a day earlier (#41070)"
2020-05-20 19:38:19 +02:00
Frédéric Péters 7867a21702 tests: set db backend from environment, then force postgresql 2020-05-20 19:36:03 +02:00
Frédéric Péters 1ecb13df6b misc: get urllib.quote from six 2020-05-20 19:36:03 +02:00
Emmanuel Cazenave 6400e28048 tox: add psycopg2 in deps 2020-04-26 08:44:22 +02:00
Frédéric Péters 4479f5c020 tests: adapt to new delays (#41070) 2020-03-26 18:40:21 +01:00
Frédéric Péters 8405347e95 tests: remove test that I can't make sense of 2020-03-26 18:40:04 +01:00
Frédéric Péters e551fe8898 always notify for two days (#41070) 2020-03-26 18:21:43 +01:00
Frédéric Péters 9398c04220 close available days a day earlier (#41070) 2020-03-26 18:18:17 +01:00
Frédéric Péters 64a512a670 tox: limit enum34 to 1.1.6, for python 2 compatibility 2020-02-22 18:45:29 +01:00
Emmanuel Cazenave c3f822c823 tests: use force_text() before json.loads() (#39560)
python<3.6 compatibility.
2020-02-05 15:03:55 +01:00
Emmanuel Cazenave 6a2d80af28 run tests in jenkins (#39560) 2020-02-05 14:57:10 +01:00
Emmanuel Cazenave 6b0fcffee6 use tox to run tests (#39560) 2020-02-05 14:48:36 +01:00
Emmanuel Cazenave 10284247ec move tests in tests/ directory (#39560) 2020-02-05 13:47:13 +01:00
Emmanuel Cazenave 401b9961b6 pin supported django version (#39560) 2020-02-05 13:41:34 +01:00
Emmanuel Cazenave e8104a4ac2 cast version to string (#39560) 2020-02-05 13:40:39 +01:00
Emmanuel Cazenave 0afd56441d use items() instead of iteritems() (#39560) 2020-02-05 13:39:23 +01:00
Emmanuel Cazenave fce66ba72e use py3 compati^Ce except syntax (#39560) 2020-02-05 13:38:49 +01:00