Re: [Twisted-Python] Canonical way to run trial with Python3

2018-05-19 Thread Werner Thie
Mahalo Mark just had some time to try to make some progress on porting twisted/nevow to py3 on the fork of Markus Demleitner, https://github.com/msdemlei/nevow.git The tests don't run through but the current status is FAILED (skips=22, expectedFailures=2, failures=1, errors=4, successes=827)

Re: [Twisted-Python] Canonical way to run trial with Python3

2018-05-18 Thread Mark Williams
On Thu, May 17, 2018, at 11:51 PM, Werner Thie wrote: > Aloha > > Are there any suggestions on how to run trial on a given package to be > ported to Python 3 > Use an editable installation. trial won't automatically find unported modules in an editable installation, but you run it against any