Commit Graph

16 Commits

Author SHA1 Message Date
lilydjwg c863d24695 tests: aiohttp isn't ready for 3.12 yet
See also https://github.com/aio-libs/aiohttp/issues/7739
2023-10-27 17:36:22 +08:00
lilydjwg 6da6145350 tests: include Python 3.12 2023-10-27 17:19:09 +08:00
lilydjwg 1bbbdca638 github actions: exclude matrix containing an upstream bug 2023-03-26 20:51:19 +08:00
lilydjwg 414c20a60f update github actions versions 2023-03-26 20:02:39 +08:00
lilydjwg 931b3fdf3c github actions: test again Python 3.11 2023-03-26 18:47:38 +08:00
Alexandru Fikl 8366e519d6
port from deprecated appdirs to platformdirs 2023-02-01 17:15:15 +02:00
lilydjwg fad7cf631d Merge remote-tracking branch 'origin/pr/212'
Conflicts:
      setup.cfg
      setup.py
2022-11-20 13:42:22 +08:00
lilydjwg 88cbdd925c fix mypy 2022-06-05 14:41:57 +08:00
Chih-Hsuan Yen 1235d77e72
Pin werkzeug for httpbin compatibility 2022-04-02 12:03:45 +08:00
Dusk Banks 15020dfcd6 switch from setup.py to PEP 517 & setup.cfg 2022-02-22 21:51:47 -08:00
lilydjwg 5e60a1dc86 replace the toml library with tomli 2021-12-29 16:36:23 +08:00
lilydjwg ceb573f337 Python 3.10 2021-10-07 14:46:13 +08:00
lilydjwg ad24b841cf github actions: run apt update 2021-07-25 19:49:00 +08:00
Maud LAURENT 9deb55806d
Add optional token for regex and httpheader. Add htmlparser source (#182)
add an httptoken option; add htmlparser with xpath source

Co-authored-by: Maud LAURENT <maud.laurent@eurecia.com>
Co-authored-by: lilydjwg <lilydjwg@gmail.com>
2021-06-11 16:18:39 +08:00
lilydjwg de0a5fe02e github actions: omit pypy tests
continue-on-error doesn't work as expected and there is no way to
"allow-failure". See https://github.com/actions/toolkit/issues/399.
2021-02-01 17:58:14 +08:00
lilydjwg 0114a411f2 switch tests from travis to github actions
because travis queues are too long.
2021-02-01 15:17:44 +08:00