source: sasview/build_tools/conda/unittest-xml-reporting/meta.yaml @ 9701348

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.1.1release-4.1.2release-4.2.2release_4.0.1ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change on this file since 9701348 was 9701348, checked in by Peter Parker, 9 years ago

Getting closer on this recipe.

Fails with error:

Hint: unittest-xml-reporting 1.10.0 py27_0 has a conflict with the
remaining packages

  • Property mode set to 100644
File size: 708 bytes
Line 
1about: {home: 'http://github.com/xmlrunner/unittest-xml-reporting/tree/master/', license: BSD
2    License, summary: unittest-based test runner with Ant/JUnit like XML reporting.}
3build:
4  features:
5    - I dunno.  The ability to actually work would be nice feature of this recipe.
6package: {name: unittest-xml-reporting, version: 1.10.0}
7requirements:
8  build:
9    - python
10    - setuptools
11    - six
12  run:
13    - python
14    - six
15source:
16  fn: unittest-xml-reporting-1.10.0.tar.gz
17  md5: f0d04be2b9bff5b744677b576c326620
18  url: https://pypi.python.org/packages/source/u/unittest-xml-reporting/unittest-xml-reporting-1.10.0.tar.gz
19test:
20  imports:
21    - xmlrunner
22    - xmlrunner.extra
23    - xmlrunner.tests
Note: See TracBrowser for help on using the repository browser.