Skip to content

Commit

Permalink
be verbose in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Mar 19, 2024
1 parent a7b7775 commit dd14ac3
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 @@ -828,7 +828,7 @@ outputs:
{% set tests_to_skip = tests_to_skip + " or test_safe_cast_from_float_with_nans_to_int" %} # [ppc64le]
{% set tests_to_skip = tests_to_skip + " or test_float_with_null_as_integer" %} # [ppc64le]
# ^^^^^^^ TESTS THAT SHOULDN'T HAVE TO BE SKIPPED ^^^^^^^
- pytest pyarrow/ -rfEs -k "not ({{ tests_to_skip }})"
- pytest pyarrow/ -v -rfEs -k "not ({{ tests_to_skip }})"
{% endif %}

about:
Expand Down

0 comments on commit dd14ac3

Please sign in to comment.