Skip to content

Commit 5be0def

Browse files
committed
fix testing
1 parent ce38fcf commit 5be0def

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

recipe/build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
./autogen.sh
44
./configure PYTHON CXXFLAGS='-O1'
55
make -C Python
6-
make -C Python check
6+
pushd Python
7+
pytest
8+
popd
79
make -C Python wheel
810
pip install Python/dist/QuantLib-*.whl

recipe/meta.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ requirements:
3131
- setuptools
3232
- python-build
3333
- quantlib =={{ version }}
34-
- tox
35-
34+
- pytest
3635
run:
3736
- python
3837
- quantlib # [not win]

0 commit comments

Comments
 (0)