From bbc9af29400d5da95efea674779b89f0b35b46a7 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Tue, 20 Aug 2019 14:21:26 -0700 Subject: [PATCH] Remove pyparsing workaround --- tests/integration/test_provision_int.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/integration/test_provision_int.py b/tests/integration/test_provision_int.py index b002f0ee7..be890097c 100644 --- a/tests/integration/test_provision_int.py +++ b/tests/integration/test_provision_int.py @@ -23,8 +23,6 @@ def test_provision_missing(initproj, cmd): minversion = 3.7.0 requires = setuptools == 40.6.3 - # remove when 2.4.2 is released or python3.4 is dropped - pyparsing!=2.4.1,!=2.4.1.1 [testenv] commands=python -c "import sys; print(sys.executable); raise SystemExit(1)" """