Skip to content

Commit 7edc244

Browse files
author
Hans Hörberg
committed
Added pytz
1 parent d4b3f16 commit 7edc244

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

example/sp/who.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ saml_conf = sp_conf
1717
remember_name = auth_tkt
1818
sid_store = outstanding
1919
idp_query_param = IdPEntityId
20+
discovery = http://130.239.201.5/role/idp.ds
2021

2122
[general]
2223
request_classifier = s2repoze.plugins.challenge_decider:my_request_classifier

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ def run_tests(self):
4444
'zope.interface',
4545
'repoze.who',
4646
'pycrypto', #'Crypto'
47+
'pytz'
4748
]
4849

4950
tests_require = [

0 commit comments

Comments
 (0)