Skip to content

Commit 2e0aa0c

Browse files
Merge pull request #32 from ekomarova/migrate_to_pytest
replace unittests with pytest
2 parents 031efb9 + 58f74ae commit 2e0aa0c

File tree

2 files changed

+265
-271
lines changed

2 files changed

+265
-271
lines changed

conda-recipe/meta.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set version = "2.4.0" %}
2-
{% set buildnumber = 1 %}
2+
{% set buildnumber = 2 %}
33

44
package:
55
name: mkl-service
@@ -28,10 +28,12 @@ requirements:
2828
- six
2929

3030
test:
31+
requires:
32+
- pytest
3133
imports:
3234
- mkl
3335
commands:
34-
- python tests/test_mkl_service.py -v
36+
- pytest tests/test_mkl_service.py
3537
source_files:
3638
- tests
3739

0 commit comments

Comments
 (0)