| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Reading the bug reports was interesting
Sorry, something went wrong.
There was a problem hiding this comment.
Awesome work @bluetech!
Sorry, something went wrong.
|
Hmm some tests started failing because of pkg_resources deprecation -- maybe new setuptools release? Didn't happen yesterday. Will check it later. |
Sorry, something went wrong.
|
On modern setuptools its best to not run those tests Lets skip them if setuptools is modern |
Sorry, something went wrong.
…sh during collection Fix pytest-dev#13312.
|
From what I can see we don't run coverage for pypy (probably too slow?), so the low patch coverage is expected. |
Sorry, something went wrong.
Backport to 8.3.x: 💚 backport PR created✅ Backport PR branch: patchback/backports/8.3.x/f59e1ad661832f18bce28a9522be2c6d37485d09/pr-13442 Backported as #13447 🤖 @patchback |
Sorry, something went wrong.
fixtures: workaround PyPy bug which sometimes causes a `KeyError` crash during collection (cherry picked from commit f59e1ad)
…59e1ad661832f18bce28a9522be2c6d37485d09/pr-13442 [PR #13442/f59e1ad6 backport][8.3.x] fixtures: workaround PyPy bug which sometimes causes a `KeyError` crash during collection
| Back | FazBrowse Home | New Git URL |
Fix #13312.