Skip to content

Commit a63ce01

Browse files
Fixed conda-recipe/meta.yaml test section
1 parent da618ee commit a63ce01

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

conda-recipe/meta.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ requirements:
3030

3131
test:
3232
commands:
33-
- pytest -v --args mkl_fft
33+
- pytest -v --pyargs mkl_fft
3434
requires:
3535
- pytest
3636
imports:
3737
- mkl_fft
38-
- mkl_fft.interface
39-
- mkl_fft.interface.numpy_fft
40-
- mkl_fft.interface.scipy_fft
38+
- mkl_fft.interfaces
39+
- mkl_fft.interfaces.numpy_fft
40+
- mkl_fft.interfaces.scipy_fft
4141

4242
about:
4343
home: http://github.com/IntelPython/mkl_fft

0 commit comments

Comments
 (0)