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 Nov 15, 2023
1 parent dfe578d commit d598438
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 @@ -817,7 +817,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 d598438

Please sign in to comment.