parent
8292ff7d0f
commit
0e03ae1ee8
|
@ -4,8 +4,8 @@ py.test/pylib 1.1.0: Python3, Jython, advanced skipping, cleanups ...
|
||||||
Features:
|
Features:
|
||||||
|
|
||||||
* compatible to Python3 (single py2/py3 source), `easy to install`_
|
* compatible to Python3 (single py2/py3 source), `easy to install`_
|
||||||
* generalized marking_: mark tests one a whole-class or whole-module basis
|
|
||||||
* conditional skipping_: skip/xfail based on platform/dependencies
|
* conditional skipping_: skip/xfail based on platform/dependencies
|
||||||
|
* generalized marking_: mark tests one a whole-class or whole-module basis
|
||||||
|
|
||||||
Fixes:
|
Fixes:
|
||||||
|
|
||||||
|
|
|
@ -2,11 +2,11 @@
|
||||||
py.execnet: *elastic* distributed programming
|
py.execnet: *elastic* distributed programming
|
||||||
==============================================================================
|
==============================================================================
|
||||||
|
|
||||||
Since pylib 1.1 "py.execnet" is separated out of hte lib and now
|
Since pylib 1.1 "py.execnet" ceased to exist and is now available
|
||||||
available through the standalone `execnet standalone package`_.
|
as a separately developed `execnet standalone package`_.
|
||||||
|
|
||||||
If you have usages of the "py.execnet.*" 1.0 API you can likely
|
If you have previosly used "py.execnet.*" and the 1.0 API just
|
||||||
rename all occurences of the string ``py.execnet.`` with the
|
rename all occurences of the string "``py.execnet.``" with the
|
||||||
string ``execnet.``.
|
string "``execnet.``" as execnet-1.0 is API compatible.
|
||||||
|
|
||||||
.. _`execnet standalone package`: http://codespeak.net/execnet
|
.. _`execnet standalone package`: http://codespeak.net/execnet
|
||||||
|
|
Loading…
Reference in New Issue