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 Jun 10, 2023
1 parent b5d35d0 commit 1b2ec3e
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 @@ -401,7 +401,7 @@ outputs:
{% set tests_to_skip = tests_to_skip + " or test_total_bytes_allocated " %} # [linux]
{% set tests_to_skip = tests_to_skip + " or test_feather_format " %} # [linux]
# ^^^^^^^ TESTS THAT SHOULDN'T HAVE TO BE SKIPPED ^^^^^^^
- pytest -rfEs -k "not ({{ tests_to_skip }})"
- pytest -rfEs -v -k "not ({{ tests_to_skip }})"

about:
home: http://github.com/apache/arrow
Expand Down

0 comments on commit 1b2ec3e

Please sign in to comment.