lp://staging/subunit
- Get this branch:
- bzr branch lp://staging/subunit
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at https://github.com/testing-cabal/subunit.git.
Last successful import was .
Recent revisions
- 271. By Claudiu Belu <email address hidden>
-
Fallback to reading one-byte-at-a-time on Windows (#22)
select.select does not work on file descriptors on Windows, causing subunit to fail.
- 270. By Matthew Treinish
-
Remove test envs that no longer work from travis.yml (#23)
This commit removes the python 3.2 and pypy 3.2 test envs from
the travis ci config. These no longer have support for pypi and pip
so there is no reason we should be trying to run them anymore.The pypy3 version has been bumped to 3.3.
- 265. By Victor Stinner
-
Fix StreamResultToB
ytes._write_ packet( ) Call write() in a loop until all bytes are written. The write()
method doesn't ensure that all bytes are written.This change should workaround the eventlet bug:
https://github. com/eventlet/ eventlet/ issues/ 248
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)