Skip to content

Commit 7346e49

Browse files
TomAugspurgervictor
authored and
victor
committed
Run tests in conda build [ci skip] (pandas-dev#22190)
* Run tests in conda build [ci skip] [ci skip] * update requirements
1 parent affb5ee commit 7346e49

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

conda.recipe/meta.yaml

+5-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,11 @@ requirements:
2929
- pytz
3030

3131
test:
32-
imports:
33-
- pandas
32+
requires:
33+
- pytest
34+
commands:
35+
- python -c "import pandas; pandas.test()"
36+
3437

3538
about:
3639
home: http://pandas.pydata.org

0 commit comments

Comments
 (0)