Skip to content

Commit

Permalink
- downgrade DateTime due to broken test code
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Dec 16, 2022
1 parent ddc8e31 commit 4e11c8a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ AuthEncoding==4.3
BTrees==4.11.3
Chameleon==3.10.1; python_version > '2.7'
Chameleon==3.9.1; python_version == '2.7'
DateTime==4.7
DateTime==4.4; python_version == '3.5'
DateTime==4.7; python_version > '3.5'
DocumentTemplate==3.4; python_version == '2.7'
DocumentTemplate==3.4; python_version == '3.5'
DocumentTemplate==4.1; python_version > '3.5'
Expand Down
3 changes: 2 additions & 1 deletion requirements-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ AuthEncoding==4.3
BTrees==4.11.3
Chameleon==3.10.1; python_version > '2.7'
Chameleon==3.9.1; python_version == '2.7'
DateTime==4.7
DateTime==4.4; python_version == '3.5'
DateTime==4.7; python_version > '3.5'
DocumentTemplate==3.4; python_version == '2.7'
DocumentTemplate==3.4; python_version == '3.5'
DocumentTemplate==4.1; python_version > '3.5'
Expand Down
4 changes: 4 additions & 0 deletions versions-prod.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ zope.viewlet = 4.3
[versions:python27]
# Chameleon 3.10 doesn't work on Python 2.7
Chameleon = 3.9.1
# DateTime 4.7 has a broken test that fails on Python 3.5
DateTime = 4.4
# DocumentTemplate 4+ requires Python 3.5 or higher
DocumentTemplate = 3.4
# PasteDeploy >3 requires Python 3.7
Expand All @@ -121,6 +123,8 @@ waitress = 1.4.4
zope.dottedname = 4.3

[versions:python35]
# DateTime 4.7 has a broken test that fails on Python 3.5
DateTime = 4.4
# DocumentTemplate 4+ cannot be installed on Zope 4 for Python 3.5
DocumentTemplate = 3.4
# PasteDeploy >3 requires Python 3.7
Expand Down

0 comments on commit 4e11c8a

Please sign in to comment.