summaryrefslogtreecommitdiff
path: root/.github/workflows
Commit message (Collapse)AuthorAgeFilesLines
* green.http: collections.Iterable alias removed in Python 3.10, CI 3.10, drop ↵Sergey Shepelev2023-01-221-11/+7
| | | | | | | | non-essential CI against 2.7 to 3.6 fixes https://github.com/eventlet/eventlet/issues/740 related to https://github.com/eventlet/eventlet/pull/715
* chore: CI upgrades, pycodestyle fix 2 empty lines after class/defSergey Shepelev2023-01-182-33/+33
| | | | | | - github actions ubuntu-latest switched to 22.04 with python3>=3.7 - tool: pep8 was renamed and upgraded to pycodestyle 2.1, fixed 2 empty lines after class/def - common github actions upgrade to v3 https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
* greendns: compatibility with dnspython v2Felix Yan2021-09-011-0/+2
| | | | | | | | | | | | Compatibility with dnspython v2: - `_compute_expiration` was replaced by `_compute_times` - `dns.query.{tcp,udp}` take new arguments Main issue for tracking: https://github.com/eventlet/eventlet/issues/619 This patch discussion: https://github.com/eventlet/eventlet/pull/722 This patch deprecates dnspython<2 pin: https://github.com/eventlet/eventlet/issues/629 Co-authored-by: John Vandenberg <jayvdb@gmail.com> Co-authored-by: Rodolfo Alonso Hernandez <ralonsoh@redhat.com>
* ci: cache pip/tox; faster tox with `skipdist` and `usedevelop`Sergey Shepelev2021-05-132-3/+38
|
* replace Travis with Github (actions) CISergey Shepelev2021-05-102-0/+92