Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
So because of a version conflict, we don't have a single set of dependencies that work for development and production for Inventory. For production, we use saml2 authentication with max.gov which requires repoze.who==1.0.18 and for local development we need user/pass authentication and repoze.who==2.0.
In catalog-app, we basically work around this by installing repoze.who==2.0 for develop, anad repoze.who==1.0.18 for staging/production.
The better fix would be to get off our forks for pysaml2 and ckanext-saml2 and make sure they work with recent versions of repose.who GSA/data.gov#414.
Or, maybe we try to get saml2 working in local develop, but that feels like another work around.