Unfreeze six in test constraints.

This avoids re-installation during integration test runs.

Pinning this requirement shouldn't be needed for consistent test
results when running pylint.
pull/4420/head
Matt Clay 2019-02-15 10:41:11 -08:00
parent e0d8d9c2bf
commit bbad5d1d16
1 changed files with 0 additions and 1 deletions

View File

@ -37,6 +37,5 @@ isort == 4.3.4
lazy-object-proxy == 1.3.1
mccabe == 0.6.1
pylint == 2.1.1
six == 1.11.0
typed-ast == 1.1.0
wrapt == 1.10.11