Glyph
Glyph
> If this is a misconfiguration, can't we just fix the configuration ? > > Just asking. Yep. The misconfiguration is that the tests are running with random data. The...
> FWIW I think you've misinterpreted the report here. Thank you for the clarification! This error message could probably use a little work, but this is good to know. In...
I did indeed completely misinterpret the error message, and my sense of urgency to disable hypothesis was based on previous negative experiences where a mis-specified strategy resulted in a sort...
Yeah, as the one who was confused here, I think the change needed would be in Hypothesis (to clarify the error message), not trial?
And again: ``` Error: Traceback (most recent call last): File "/Users/runner/work/twisted/twisted/.tox/macos-withcov-alldeps/lib/python3.8/site-packages/twisted/trial/_dist/test/test_stream.py", line 198, in test_stream def test_stream(self, chunks: List[bytes]) -> None: File "/Users/runner/work/twisted/twisted/.tox/macos-withcov-alldeps/lib/python3.8/site-packages/hypothesis/core.py", line 1740, in wrapped_test raise the_error_hypothesis_found hypothesis.errors.FlakyFailure:...
As suggested by https://github.com/ronaldoussoren/py2app/issues/258 , this can be worked around by adding `"packages": ["PIL"]` into the options/py2app section of `AppDescription.setupOptions`. As I write this comment I have verified that it...
"The staple and validate action worked!", allegedly
OK, the app appears to launch just fine, although I haven't done anything beyond `import Image`; it does fully get through notarization just fine now though.
so here's an idea; at the appropriate time: - inspect `$APP/Contents/Resources/lib/python3*.zip` with `zipfile.ZipFile`, looking for any `.dylib` or `.so` files - iff there are any `.so` or `.dylib` files in...
to avoid adding a ton of I/O to every build, I think "the appropriate time" is probably before notarization