Skip to content

Commit

Permalink
multispline: try fixing tests on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mpigou committed Feb 21, 2025
1 parent 5b9a3ca commit 1fcea69
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions recipes/multispline/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ requirements:

test:
source_files:
- multispline/tests/
- multispline/tests/test_cubic.py
- multispline/tests/test_bicubic.py
- multispline/tests/test_tricubic.py
imports:
- splinecy
- multispline.spline
Expand All @@ -51,7 +53,9 @@ test:
commands:
- pip check
- python -c "import importlib.metadata; assert importlib.metadata.version('multispline') == '{{ version }}'"
- python -m unittest multispline/tests/test_*.py
- python -m unittest multispline/tests/test_cubic.py
- python -m unittest multispline/tests/test_bicubic.py
- python -m unittest multispline/tests/test_tricubic.py

about:
home: https://github.com/znasipak/multispline
Expand Down

0 comments on commit 1fcea69

Please sign in to comment.