Patrycja

Results 140 comments of Patrycja

but to answer your question, i forgot about it, but *at some point* i'd like to either fix it myself, or see it fixed ^^

> full coverage as long as we make sure the tests are actually meaningful, and not coverage for the sake of coverage :)

oh, i missed that part, i guess they get deduplicated later on; alright!

i can reproduce the latter with enzyme 0.5.1, and setuptools installed as well

that's what the `SETUPTOOLS_SCM_PRETEND_VERSION` is for - and it's being used by pretty much every single Linux distribution, [Fedora][1], [Arch][2], etc. [1]: https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_source_files_from_pypi [2]: https://wiki.archlinux.org/title/Python_package_guidelines#Standards_based_(PEP_517)

that's not gonna be possible, unless all their contributors relicense their contributions under MIT ( which Subliminal uses )

cool, thanks! of course, feel free to close it when it gets merged to stable

assuming https://github.com/tox-dev/pyproject-api/commit/81e9d2214d4904afefac2e7decad8d5c5cd95b45 was supposed to address this issue, the fix doesn't seem correct - we've just hit an issue with this on Alpine, and we run tests with Python 3.12:...

as with #218, it's related to Firefox bugs [1962061][1] and [1964446][2] [1]: https://bugzilla.mozilla.org/show_bug.cgi?id=1962061 [2]: https://bugzilla.mozilla.org/show_bug.cgi?id=1964446

if you're using twinkle from the Alpine repos ( `apk add twinkle` ), it was due to the ZRTP libraries not being available when building; it's enabled now, and should...