summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.appveyor.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 4efa91595..bc76d6919 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -64,9 +64,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