brotlicffi
brotlicffi copied to clipboard
Python bindings to the Brotli compression library
A log of the process from 3.13, 3.12, and 3.11; all lower versions look like 3.11. ``` ↪ Thu Sep 19 11:52:23 PDT 2024 (★ clear) (1 seconds elapsed) glyph@arabella:~...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...
Hi, https://github.com/python-hyper/brotlicffi/blob/8e27c661a3e18cbc46e1058ecf74fb98aa2e6615/test/conftest.py#L9 TEST_DATA_DIR references a `$PWD/libbrotli/tests/testdata` directory, which doesn't exist, which breaks pytest execution like: ``` ImportError while loading conftest '/tmp/guix-build-python-brotlicffi-1.1.0.0.drv-0/brotlicffi-1.1.0.0/test/conftest.py'. test/conftest.py:11: in os.path.join(TEST_DATA_DIR, p) for p in os.listdir(TEST_DATA_DIR) E...
Hi, Running the test suite of 1.1.0.0 with pytest from its sdist (pypi hosted) source, I see: ``` _____________________________ test_brotli_version ______________________________ def test_brotli_version(): """ Test that the __version__ starts with...