warner / foolscap

remote object-messaging for Python+Twisted
http://foolscap.lothar.com/trac
MIT License
51 stars 40 forks source link

fix tests with Twisted 22.10.0 #92

Closed dotlambda closed 1 year ago

dotlambda commented 1 year ago

After https://github.com/twisted/twisted/issues/8985, putChild() throws a TypeError without this change.

meejah commented 1 year ago

What do you use Foolscap for, @dotlambda ?

(This fix looks fine, but I see the build is failing .. it seems unlikely related this this but :woman_shrugging: )

dotlambda commented 1 year ago

What do you use Foolscap for, @dotlambda ?

I don't actually use it. I only noticed that the tests fail in Nixpkgs: https://github.com/NixOS/nixpkgs/pull/205722

itamarst commented 1 year ago

Fixed in a separate PR.