Skip to content

Commit

Permalink
Silence google tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoRoth committed Aug 20, 2024
1 parent 8a0f5b3 commit db28788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/make-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ echo ">>> activate oggm_env"
source activate oggm_env

if [[ "$PKG" == "oggm" ]]; then
RQ pytest -k "not test_env_var and not test_corrupted_file and not test_dl_verify" --pyargs oggm
RQ pytest --mpl-oggm -k "not test_googlemap" --pyargs oggm
else
RQ pytest.oggm --mpl-oggm
fi
Expand Down

0 comments on commit db28788

Please sign in to comment.