Skip to content

Commit

Permalink
re-enable testing on pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Aug 9, 2023
1 parent 2fee956 commit 1063915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ test:
{% set tests_to_skip = tests_to_skip + " or test_to_datetime_format_YYYYMMDD_with_nat" %} # [ppc64le]
{% set tests_to_skip = tests_to_skip + " or (TestReductions and test_median_2d)" %} # [ppc64le]
{% set extra_args = extra_args + ["-k", "not (" + tests_to_skip + ")"] %}
- python -c "import pandas; pandas.test(extra_args={{ extra_args }})" # [python_impl == "cpython"]
- python -c "import pandas, sys; sys.exit(pandas.test(extra_args={{ extra_args }}))"
requires:
- pip
- pytest >=6.0
Expand Down

0 comments on commit 1063915

Please sign in to comment.