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

Sort the Package Requirements in setup.py #59

Merged
merged 2 commits into from
Nov 18, 2020
Merged

Conversation

mcdonnnj
Copy link
Member

@mcdonnnj mcdonnnj commented Nov 13, 2020

🗣 Description

This PR simply makes sure the packages in the install_requires and extras_requires["test"] arguments are sorted.

💭 Motivation and Context

Having requirements sorted (as long as order is not important) makes it easier to track what is required.

🧪 Testing

Automated tests pass without issue.

✅ Checklist

  • This PR has an informative and human-readable title.
  • Changes are limited to a single goal - eschew scope creep!
  • All relevant type-of-change labels have been added.
  • I have read the CONTRIBUTING document.
  • These code changes follow cisagov code standards.
  • All new and existing tests pass.

Sort the install_requires and extras_require["test"] arguments by key.
Copy link
Member

@jsf9k jsf9k left a comment

Choose a reason for hiding this comment

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

Good catch!

Copy link
Member

@dav3r dav3r left a comment

Choose a reason for hiding this comment

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

Good one! 🦅 👁️

@mcdonnnj mcdonnnj self-assigned this Nov 15, 2020
Copy link
Contributor

@hillaryj hillaryj left a comment

Choose a reason for hiding this comment

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

🎉

cisagovbot pushed a commit that referenced this pull request Nov 18, 2020
…re-simply

Use the python version output by actions/setup-python
@mcdonnnj mcdonnnj merged commit a8bdbe5 into develop Nov 18, 2020
@mcdonnnj mcdonnnj deleted the sort_requirements branch November 18, 2020 20:44
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.

None yet

4 participants