Skip to content

Commit dd24afa

Browse files
authored
Unpin lazy-object-proxy for Python 2 (#469)
We moved away from Travis in #463. Version pinning specific to Travis can be removed.
1 parent fb935b8 commit dd24afa

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

dev-requirements-py2.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,3 @@ pylint-django<2.0
44
pep8-naming==0.5.0
55
flake8<3.5
66
pyflakes<1.6.0,>=1.5.0
7-
8-
# For some reason Travis tries to install the yanked version 1.7.0.
9-
# See https://pypi.org/project/lazy-object-proxy/#history.
10-
# See https://github.com/databricks/databricks-cli/pull/462.
11-
# Try to unpin this after moving away from Travis.
12-
lazy-object-proxy==1.6.0

0 commit comments

Comments
 (0)