-
Notifications
You must be signed in to change notification settings - Fork 9
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
Move to single pyproject.toml build #28
Labels
enhancement
New feature or request
Comments
kwinkunks
added a commit
that referenced
this issue
Dec 19, 2023
Fixes #28. Also updating GitHub workflows, README/CONTRIBUTING, etc.
Merged
kwinkunks
added a commit
that referenced
this issue
Dec 19, 2023
Fixes #28. Also updating GitHub workflows, README/CONTRIBUTING, etc.
kwinkunks
added a commit
that referenced
this issue
Dec 19, 2023
Fixes #28. Also updating GitHub workflows, README/CONTRIBUTING, etc.
kwinkunks
added a commit
that referenced
this issue
Dec 20, 2023
Fixes #28. Also updating GitHub workflows, README/CONTRIBUTING, etc.
kwinkunks
added a commit
that referenced
this issue
Dec 20, 2023
Fixes #28. Also updating GitHub workflows, README/CONTRIBUTING, etc.
kwinkunks
added a commit
that referenced
this issue
Dec 21, 2023
* Modernize build system Fixes #28. Also updating GitHub workflows, README/CONTRIBUTING, etc. * Switch to using syrupy pytest-snapshottest uses imp, which was deprecated in 3.11 and gone now. They don't look like moving syrusakbary/snapshottest#166 Conflicts: .github/workflows/python-build-test.yml
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some things might be easier:
setup.py
,requirements.txt
,docs_requirements.txt
andtest_requirements.txt
) .These could be consolidated as installation options inpyproject.toml
(for example; lots of ways to do it).setup.cfg
orsetup.py
, and maybe can also get rid ofconftest.py
The text was updated successfully, but these errors were encountered: