Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • build_tools/conda/unittest-xml-reporting/meta.yaml

    r9701348 rf479ac3  
    22    License, summary: unittest-based test runner with Ant/JUnit like XML reporting.} 
    33build: 
    4   features: 
    5     - I dunno.  The ability to actually work would be nice feature of this recipe. 
     4  entry_points: [] 
     5  features: [] 
     6  string: '' 
     7  track_features: [] 
    68package: {name: unittest-xml-reporting, version: 1.10.0} 
    79requirements: 
    8   build: 
    9     - python 
    10     - setuptools 
    11     - six 
    12   run: 
    13     - python 
    14     - six 
     10  build: [python, setuptools, six >=1.4.0] 
     11  conflicts: [] 
     12  run: [python, six >=1.4.0] 
    1513source: 
    1614  fn: unittest-xml-reporting-1.10.0.tar.gz 
     15  git_rev: '' 
    1716  md5: f0d04be2b9bff5b744677b576c326620 
     17  patches: [] 
     18  path: '' 
     19  svn_rev: '' 
    1820  url: https://pypi.python.org/packages/source/u/unittest-xml-reporting/unittest-xml-reporting-1.10.0.tar.gz 
    1921test: 
    20   imports: 
    21     - xmlrunner 
    22     - xmlrunner.extra 
    23     - xmlrunner.tests 
     22  commands: [] 
     23  files: [] 
     24  imports: [xmlrunner, xmlrunner.extra, xmlrunner.tests] 
     25  requires: [] 
Note: See TracChangeset for help on using the changeset viewer.