From 9214099f09bed1800bce603d294621641959cb56 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Tue, 30 Jul 2019 12:28:20 +0530 Subject: Revert "Ignore new warnings traced on tox invocation." --- .appveyor.yml | 3 --- 1 file changed, 3 deletions(-) (limited to '.appveyor.yml') diff --git a/.appveyor.yml b/.appveyor.yml index 2819e0521..4aa5e217b 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -65,9 +65,6 @@ test_script: subst T: $env:TEMP $env:TEMP = "T:\" $env:TMP = "T:\" - # Workaround warnings traced in packaging.requirements with pyparsing 2.4.1. - # See pypa/packaging#170 and tox-dev/tox#1375. - $env:PYTHONWARNINGS = "ignore:warn_ungrouped_named_tokens_in_collection" tox -e py -- -m unit if ($LastExitCode -eq 0 -and $env:RUN_INTEGRATION_TESTS -eq "True") { tox -e py -- --use-venv -m integration -n2 --durations=20 -- cgit v1.2.1