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

Use pyproject.toml #620

Draft
wants to merge 4 commits into
base: kstrauser/python3
Choose a base branch
from
Draft

Conversation

kstrauser
Copy link
Contributor

Python packaging is moving toward using pyproject.toml to replace setup.py, requirements.txt, and other related files. This PR makes that change by:

  • Using Poetry to create a new pyproject.toml
  • Moving test-requirements.txt into the same file
  • Moving MANIFEST.in into the same file
  • Updating tox to use poetry to build the test environments
  • Replacing the old mock development dependency with the built-in unittest.mock while mucking around with all of it (one less dependency!)

This builds on #619 so it's currently based off that PR. Once 619 is merged this should be rebased off that branch.

@kstrauser kstrauser added the do not merge This PR isn't ready to be merged yet label Apr 3, 2021
@kstrauser kstrauser force-pushed the kstrauser/pyproject branch 3 times, most recently from 4db0b8e to c6b4ad5 Compare April 3, 2021 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do not merge This PR isn't ready to be merged yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant