Edgewall Software

Changes between Version 28 and Version 29 of TracDev/UnitTests


Ignore:
Timestamp:
Apr 14, 2020, 9:34:57 AM (4 years ago)
Author:
figaro
Comment:

Figleaf update

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/UnitTests

    v28 v29  
    120120 * [http://pygments.org/ Pygments]
    121121
    122 In addition, the figleaf package can be used to provide code coverage information:
    123  * [http://darcs.idyll.org/~t/projects/figleaf/README.html figleaf]
    124 
    125122These can be installed with `pip`:
    126123{{{#!sh
    127124pip install pytz
    128125pip install Pygments
    129 pip install figleaf
    130126}}}
     127
     128{{{#!comment
     129Unlcear whether there should be any figleaf dependencies; remove this section when it has been established there aren't
     130}}}
     131
     132The proprietary figleaf package can be used to provide code coverage information:
     133 * [https://code.activestate.com/pypm/figleaf/ figleaf]
     134
     135{{{#!sh
     136pypm install figleaf
     137}}}
     138
     139Note that figleaf is no longer under active development and is not ported to Python3.
    131140
    132141If these dependencies are not present, certain tests will be skipped.