Changeset 9701348 in sasview
- Timestamp:
- Feb 14, 2015 3:01:35 AM (10 years ago)
- Branches:
- master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 4172557, 109e50bb
- Parents:
- 6a72e1b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
build_tools/conda/unittest-xml-reporting/meta.yaml
rf479ac3 r9701348 2 2 License, summary: unittest-based test runner with Ant/JUnit like XML reporting.} 3 3 build: 4 entry_points: [] 5 features: [] 6 string: '' 7 track_features: [] 4 features: 5 - I dunno. The ability to actually work would be nice feature of this recipe. 8 6 package: {name: unittest-xml-reporting, version: 1.10.0} 9 7 requirements: 10 build: [python, setuptools, six >=1.4.0] 11 conflicts: [] 12 run: [python, six >=1.4.0] 8 build: 9 - python 10 - setuptools 11 - six 12 run: 13 - python 14 - six 13 15 source: 14 16 fn: unittest-xml-reporting-1.10.0.tar.gz 15 git_rev: ''16 17 md5: f0d04be2b9bff5b744677b576c326620 17 patches: []18 path: ''19 svn_rev: ''20 18 url: https://pypi.python.org/packages/source/u/unittest-xml-reporting/unittest-xml-reporting-1.10.0.tar.gz 21 19 test: 22 commands: []23 files: []24 imports: [xmlrunner, xmlrunner.extra, xmlrunner.tests]25 requires: []20 imports: 21 - xmlrunner 22 - xmlrunner.extra 23 - xmlrunner.tests
Note: See TracChangeset
for help on using the changeset viewer.