forked from audreyfeldroy/cookiecutter-pypackage
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fast-forward changes from upstream, enable testing #115
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Remove deprecated setup requires and pytest-runner * Update test_bake_project.py * Update setup.cfg * Update requirements_dev.txt
* Step 5 and Step 8 links updated. Step 5: Change link to travis.ci.com and remove travis.ci.org Since June 15th, 2021, the building on travis-ci.org is ceased. Please use travis-ci.com from now on. Step 8 Release on PyPi checklist link was 404. Updated the link to to point to the pypi_release_checklist in docs. * Step 5 remove missing internal link One of the travis links deleted in the last commit had not been completely removed.
Adding waynerv/cookiecutter-pypackage to list of similar templates. Main differences: - Using Poetry to manage packaging and dependencies. - Run test, staging and release workflows with GitHub Actions. - Added Pre-commit hooks to automatically run format, lint and static type check before every git commit.
Git(hub) changed the default `master` branch name to `main`, so a newly created project should follow this current naming policy.
Replace collect_ignore with adopts as the former is not available anymore.
From https://blog.readthedocs.com/migrate-configuration-v2/ .readthedocs.yaml file will be required in September 2023
Use current git branch naming scheme in tutorial
…hedocs-yaml Bring over sample .readthedocs.yaml
Update setup.cfg
# Conflicts: # README.rst # cookiecutter.json # tests/test_bake_project.py # {{cookiecutter.project_slug}}/.gitignore # {{cookiecutter.project_slug}}/Makefile # {{cookiecutter.project_slug}}/requirements_dev.txt # {{cookiecutter.project_slug}}/setup.cfg # {{cookiecutter.project_slug}}/setup.py
…ts to fit latest changes, small adjustments to docs, do not use test_requires for pytest-based projects
Zeitsperre
changed the title
Fast-forward changes from upstream
Fast-forward changes from upstream, enable testing
Dec 21, 2023
cehbrecht
approved these changes
Jan 10, 2024
@Zeitsperre we could remove travis-ci ... not used anymore ... |
Will do! I wasn't sure if there were any projects in Bird-house that might still be using it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Overview
Changes:
Related Issue / Discussion
Additional Information