Skip to content

Commit

Permalink
Add some missing constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Dec 3, 2018
1 parent 311b0e1 commit 4ce2e48
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,11 @@ pyflakes < 2.0.0 ; python_version < '2.7'
# pytest 3.3 drops Python 2.6 compatibility:
# https://docs.pytest.org/en/latest/changelog.html#pytest-3-3-0-2017-11-23
pytest < 3.3 ; python_version < '2.7'

# attrs 16.0.0 (used by pytest) drops Python 2.6 compatibility:
# http://www.attrs.org/en/stable/changelog.html
attrs < 16.0.0 ; python_version < '2.7'

# pycparser < 2.19 drops Python 2.6 compatibility:
# https://github.com/eliben/pycparser/blob/master/CHANGES
pycparser < 2.19 ; python_version < '2.7'

0 comments on commit 4ce2e48

Please sign in to comment.