Skip to content

Commit

Permalink
Merge pull request #2345 from rcomer/xfail-tracebacks
Browse files Browse the repository at this point in the history
CI: skip xfail output
  • Loading branch information
greglucas authored Mar 9, 2024
2 parents 5a11408 + 56dc1ca commit fb7b25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
# It should also be available as a script
cartopy_feature_download gshhs physical --dry-run
CARTOPY_GIT_DIR=$PWD
pytest -ra -n 4 \
pytest -rfEsX -n 4 \
--color=yes \
--mpl --mpl-generate-summary=html \
--mpl-results-path="cartopy_test_output-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.shapely-dev }}" \
Expand Down

0 comments on commit fb7b25b

Please sign in to comment.