-
Notifications
You must be signed in to change notification settings - Fork 404
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
Release v0.5 #435
Closed
Closed
Release v0.5 #435
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
applying pep8 rules
create test for output_requirements
Add unit test for "compare_modules" function
Bumps [wheel](https://github.com/pypa/wheel) from 0.23.0 to 0.38.1. - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](pypa/wheel@0.23.0...0.38.1) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
A bit of CI maintenance: - Add Python 3.10 and 3.11 runs, and update the PyPy run to PyPy 3.9 - Removed Python 3.7 as it is deprecated - Update the used actions (checkout and setup-python) to the latest versions - Also run on pushes, when manually triggered (workflow_dispatch) The original PR was done by @EwoutH at #334
- The pypy v7.3.13, used by GitHub Actions, was failing. So I force to use pypy v7.3.12 that was passing. - The original PR was done by @EwoutH at #334 and modified by @willianrocha at #398.
- Deleted old setup files `requirements.txt`, `setup.cfg`, `setup.py`, `MANIFEST.in` - Added poetry files `poetry.toml`, `pyproject.toml`, `poetry.lock` - Added `.pyenv-version` and `.tool-versions` for `pyenv` and `asdf` - Updated `Makefile`, `CONTRIBUTING.rst`, `tox.ini`
Credits to @mateuslatrova for the contribution.
Credits to @pakio and @mateuslatrova for the contributions
The way we configured the tox.ini file makes flake8 not to be run. Tox is only running python tests for the flake8 environment. With this PR, tox will run flake8 for the pipreqs and tests folders as desired.
Now, pipreqs will also scan imports in .pyw files by default.
alan-barzilay
force-pushed
the
next
branch
3 times, most recently
from
February 18, 2024 16:54
244f94b
to
07a4a64
Compare
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #435 +/- ##
==========================================
+ Coverage 89.96% 90.20% +0.24%
==========================================
Files 2 2
Lines 259 296 +37
==========================================
+ Hits 233 267 +34
- Misses 26 29 +3 ☔ View full report in Codecov by Sentry. |
this is causing too many weird conflicts to merge next into master. Also, requirements file was deprecated in next branch in lieu of pyproject.toml This reverts commit 68f9b28.
tests were failing due to too restrictive python version requirements (<=3.12 when 3.12.X exist). switching to <3.13 allows every python 3.12 patch version to work normally
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.
No description provided.