Skip to content

Commit

Permalink
turn down test verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed May 24, 2023
1 parent 373246f commit c0c21eb
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 @@ -390,7 +390,7 @@ outputs:
# test is broken; header is in $PREFIX, not $SP_DIR
{% set tests_to_skip = tests_to_skip + " or (test_misc and test_get_include)" %} # [unix]
# ^^^^^^^ TESTS THAT SHOULDN'T HAVE TO BE SKIPPED ^^^^^^^
- pytest -v -rfEs -k "not ({{ tests_to_skip }})"
- pytest -rfEs -k "not ({{ tests_to_skip }})"

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

0 comments on commit c0c21eb

Please sign in to comment.