Merged
Conversation
Note that this was run with --ignore-missing-imports.
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #184 +/- ##
=======================================
Coverage 98.08% 98.08%
=======================================
Files 12 12
Lines 2344 2345 +1
=======================================
+ Hits 2299 2300 +1
Misses 45 45
☔ View full report in Codecov by Sentry. |
Package operations: 0 installs, 11 updates, 3 removals • Removing pip (23.1.2) • Removing setuptools (67.8.0) • Removing wheel (0.40.0) • Updating lazy-object-proxy (1.4.3 -> 1.9.0) • Updating pluggy (0.13.1 -> 1.2.0) • Updating astroid (2.15.5 -> 2.15.6) • Updating coverage (7.2.5 -> 7.2.7) • Updating isort (5.7.0 -> 5.11.5) • Updating mccabe (0.6.1 -> 0.7.0) • Updating platformdirs (3.5.1 -> 3.9.0) • Updating pytest (7.3.1 -> 7.4.0) • Updating typing-extensions (4.6.0 -> 4.7.1) • Updating pypandoc (1.5 -> 1.11) • Updating pytest-cov (4.0.0 -> 4.1.0)
Contributor
Author
|
Updated dependencies for pypy compatibility, CI is green now @EntilZha |
This file contains hidden or 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
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.
Make pyfunctional compatible and tested on python 3.7 to 3.11 + pypy3.
This PR is a copy of #178, rebased & some deps updated to fix CI & compatibility with pypy3, closes #178.