File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33This isn't really in proper GNU ChangeLog format, it just happens to
44look that way.
55
6+ 2019-05-30 Dan McCombs <dan.mccombs@oracle.com>
7+ * 0.9 Suppress isolated tests from writing to stdout, resulting in unexpected behavior (Thanks Xavier Xie)
682016-02-19 Dan McCombs <dmccombs@dyn.com>
79 * 0.8 Environment variable typo fix; prevent line endings being converted on Windows causing communication errors (Thanks Janne Hakonen)
8102015-03-17 Dan McCombs <dmccombs@dyn.com>
Original file line number Diff line number Diff line change 11Metadata-Version: 1.0
22Name: nosepipe
3- Version: 0.8
3+ Version: 0.9
44Summary: Plugin for the nose testing framework for running tests in a subprocess
55Home-page: http://github.com/dmccombs/nosepipe
66Author: John J. Lee, Dan McCombs
Original file line number Diff line number Diff line change 1515
1616import nose .plugins
1717
18- __version__ = "0.8 "
18+ __version__ = "0.9 "
1919
2020SUBPROCESS_ENV_KEY = "NOSE_WITH_PROCESS_ISOLATION_REPORTER"
2121
Original file line number Diff line number Diff line change 44
55setup (
66 name = "nosepipe" ,
7- version = "0.8 " ,
7+ version = "0.9 " ,
88 download_url = "http://pypi.python.org/pypi/nosepipe/" ,
99
1010 description = "Plugin for the nose testing framework for running tests in "
You can’t perform that action at this time.
0 commit comments