Discussion:
[Twisted-Python] Tests on Windows with Python 3 now passing
Craig Rodrigues
2016-08-23 04:29:29 UTC
Permalink
I have fixed the tests that were failing on Windows with Python 3.

If you look at:
https://ci.appveyor.com/project/adiroiban/twisted/build/trunk-1008

We now have builds running on Python 3.3, 3.4, and 3.5 on Windows.
These builds are also uploading coverage results to codecov.io.

I looked at that build and on Python 3.5 we have:

9539 tests (2338 skipped, 7201 succeeded)

--
Craig
Glyph Lefkowitz
2016-08-23 04:49:15 UTC
Permalink
Post by Craig Rodrigues
I have fixed the tests that were failing on Windows with Python 3.
https://ci.appveyor.com/project/adiroiban/twisted/build/trunk-1008 <https://ci.appveyor.com/project/adiroiban/twisted/build/trunk-1008>
We now have builds running on Python 3.3, 3.4, and 3.5 on Windows.
These builds are also uploading coverage results to codecov.io <http://codecov.io/>.
9539 tests (2338 skipped, 7201 succeeded)
This is awesome. I hope it'll open the door to more Windows/py3-minded contributors!

-g
Adi Roiban
2016-08-23 10:33:12 UTC
Permalink
Post by Craig Rodrigues
I have fixed the tests that were failing on Windows with Python 3.
https://ci.appveyor.com/project/adiroiban/twisted/build/trunk-1008
We now have builds running on Python 3.3, 3.4, and 3.5 on Windows.
These builds are also uploading coverage results to codecov.io.
9539 tests (2338 skipped, 7201 succeeded)
This is awesome. I hope it'll open the door to more Windows/py3-minded contributors!
Great news.

Now that we have windows on appveyor, can we remove the Windows builders?

The windows builders are stuck on the virtualenv --clear step.

https://buildbot.twistedmatrix.com/boxes-unsupported?branch=8544-tox-for-buildbot

As part of the work for #8544 I have created tox environment for all
builders https://github.com/twisted/twisted/pull/280

so we should be able to run on appveyor the nomodules and bdist builders

for the bdist, we still need to see if is ok to publish the wheel on
Azure and if is ok to create it from Win2008R2 Server vs Win7
--
Adi Roiban
Continue reading on narkive:
Loading...