Skip to content

Commit 2d4756c

Browse files
authored
Fix tests
1 parent 8babdc0 commit 2d4756c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

recipe/meta.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,12 @@ requirements:
3737
- quantlib # [not win]
3838

3939
test:
40+
requires:
41+
- pytest
4042
source_files:
4143
- Python/test/*
4244
commands:
43-
- python Python/test/QuantLibTestSuite.py
45+
- pytest Python/test/
4446

4547
about:
4648
home: https://github.com/lballabio/QuantLib

0 commit comments

Comments
 (0)