On 18/12/2019, 13:50, "Andrew Cooper" <andrew.coop...@citrix.com> wrote:

    This file hasn't been touched since it was introduced in 2005 (c/s 
0c6f36628)
    and has a wildly obsolete shebang for Python 2.3.  Most importantly for us 
is
    that it isn't Python 3 compatible.
    
    Drop the file entirely.  Since the 2.3 days, automatic discovery of tests 
has
    been included in standard functionality.  Rewrite the test rule to use
    "$(PYTHON) -m unittest discover" which is equivelent.
    
    Dropping test.py drops the only piece of ZPL-2.0 code in the tree.  Drop the
    ancillary files, and adjust COPYING to match.
    
    Signed-off-by: Andrew Cooper <andrew.coop...@citrix.com>
    ---
    CC: Ian Jackson <ian.jack...@citrix.com>
    CC: Wei Liu <w...@xen.org>
    CC: Lars Kurth <lars.ku...@citrix.com>
    
    This wants backporting to 4.13 as soon as practical.

Reviewed-by: Lars Kurth (lars.ku...@citrix.com) - from a licensing perspective
    
    

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to