Skip to content

Commit

Permalink
Remove pyparsing workaround (#1402)
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Aug 21, 2019
1 parent 2e2855a commit 31b93fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/integration/test_provision_int.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
"""
Expand Down

0 comments on commit 31b93fa

Please sign in to comment.