Commit Graph

20 Commits

Author SHA1 Message Date
Garry Lawrence
37ec39ef2d
Merge 34e247547c into df0680c9ad 2024-02-18 23:21:39 -07:00
Carlton Gibson
5fdc9176e5
Ignored flake8-bugbear B036. (#499)
"except BaseException: without re-raising" used in testing.py
2024-02-06 09:04:10 +01:00
Paolo Melchiorre
4d24e22c72
Fixed #489 -- Add support for Python 3.12 (#490) 2023-11-26 16:12:23 +01:00
InvalidInterrupt
3758c514fd
Raise minimum supported Python version to 3.8 (#481) 2023-09-07 09:09:10 +02:00
InvalidInterrupt
34e247547c fixup! Add test for inherited UNIX sockets
Eliminate dependency on httpunixsocketconnection; it does not declare
compatibility with Python 3.7.

Patching an HTTPConnection object like this is hackish, but may be good
enough for a test suite. I think it's pretty unlikely to lead to a false
negative.
2023-09-05 00:15:06 -07:00
InvalidInterrupt
50829d9242 Relax options.packages.find.include to make tox happy
Setuptools handled this fine but tox skips installing modules within
the top-level package
2023-09-03 19:34:39 -07:00
InvalidInterrupt
5517728b19 Add test for inherited UNIX sockets 2023-09-03 19:34:39 -07:00
InvalidInterrupt
dc5e069ab1 Package twisted.plugins.fd_endpoint again 2023-09-02 16:31:20 -07:00
Adam Johnson
d59c2bd424
Upgrade to tox 4 (#458) 2022-12-08 01:06:41 +00:00
Carlton Gibson
5e709795b4
Updated supported Python and dependency versions. (#417)
* Updated Python support and dependencies.
* Updated Python support in README.
* Removed PY36 from GHA workflow.
* Remove pre-commit workflow. Fixes #397
* Updated Black in pre-commit to 22.3.0.
* Update all pre-commit hooks.
* [pre-commit.ci] auto fixes from pre-commit.com hooks
2022-05-23 15:34:29 +02:00
Michael K
b96720390f
Switch from Travis CI to GitHub Actions (#336)
* Add GitHub Actions
* Remove Travis CI
* Remove known first party from isort's config
2020-10-20 16:44:54 +02:00
Andrew Godwin
c5554cb817 Tidying up 2018-08-27 14:21:40 +10:00
Andrew Godwin
0ed6294406 Implement Black code formatting 2018-08-27 12:29:57 +10:00
Andrew Godwin
6dcc0d52b3 send() should not block once connection is closed 2018-06-24 16:33:54 -07:00
Andrew Godwin
b04e6a5a64 Ignore eggs from flake8 2017-11-28 23:47:11 -08:00
Andrew Godwin
7f5fe7370f Add flake8 linting 2017-11-28 23:42:35 -08:00
Andrew Godwin
08e7841718 Fix import ordering 2017-11-28 18:03:29 -08:00
Andrew Godwin
b72349d2c1 HTTP protocol tests 2017-11-25 18:23:54 -08:00
Andrew Godwin
22aa56e196 Start on fixing tests 2017-11-25 13:39:46 -08:00
Andrew Godwin
813ef1c27c Daphne is a universal wheel 2016-03-27 14:14:46 -07:00