diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index 2bc42c1bd2dec..f92090fecccf3 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -29,8 +29,11 @@ requirements: - pytz test: - imports: - - pandas + requires: + - pytest + commands: + - python -c "import pandas; pandas.test()" + about: home: http://pandas.pydata.org