Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace simplejson with json in standard library #2123

Merged
merged 1 commit into from
Oct 30, 2017

Conversation

matthewrmshin
Copy link
Member

They are the same module from Python 2.6+. This change removes this unnecessary external dependency.

@matthewrmshin matthewrmshin added this to the next-release milestone Oct 20, 2017
@matthewrmshin matthewrmshin self-assigned this Oct 20, 2017
@@ -20,7 +20,7 @@
# Test "rose suite-restart", basic usage.
#-------------------------------------------------------------------------------
. "$(dirname "$0")/test_header"
tests 4
tests 3
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes test failure caused by cylc/cylc-flow#2437.


<p><dfn>minimum version required:</dfn>
2.2.1.</p>
2.4.2.</p>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is to make it consistent with the Cylc HTTPS client.

They are the same module from Python 2.6+.
@matthewrmshin
Copy link
Member Author

@dvalters please do a quick sanity check.

@dvalters dvalters merged commit 8b87594 into metomi:master Oct 30, 2017
@matthewrmshin matthewrmshin deleted the remove-simplejson-dependency branch October 30, 2017 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants