Marcel Telka
Marcel Telka
The sdist package at PyPI is missing tests. Please add tests to sdist to make downstream testing easier. Thank you.
There are few Perl modules optionally used during testing, but they are missing from the Type-Tiny metadata: - Devel::Hide - namespace::clean - Specio I suggest to add these as `suggests`...
The `pytest-runner` is deprecated (see the [deprecation notice](https://pypi.org/project/pytest-runner/)) and so `StrEnum` should be updated to do not depend on it.
The sdist package at PyPI is missing tests. Please add tests to sdist to make downstream testing easier. Thank you.
This is a bit naive implementation, but it works. It is always better to have at least this than no illumos support at all.
Testing with Python 3.14.0 raised these warnings: ``` =============================== warnings summary =============================== tests/test_serpent.py::TestBasics::test_array $(@D)/tests/test_serpent.py:554: DeprecationWarning: The 'u' type code is deprecated and will be removed in Python 3.16 ser =...
I noticed this when I tried to compile gst-devtools 1.26.0 on OpenIndiana (an illumos distro): ``` Compiling single-instance v0.3.3 error[E0432]: unresolved import `self::inner` --> /data/builds/ul-workspace/components/encumbered/gst-devtools/build/amd64/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/single-instance-0.3.3/src/lib.rs:35:15 | 35 | pub use...
Recent enough pytest fails to collect `test_compilefuncs_and_path_sanity` with this error: ``` _________________ ERROR collecting testing/code/test_source.py _________________ 'yield' keyword is allowed in fixtures, but not in tests (test_compilefuncs_and_path_sanity) ```
... because it was removed in pytest 6. ``` testing/io_/test_terminalwriter.py:111: in pytest_generate_tests if "tw" in metafunc.funcargnames: E AttributeError: 'Metafunc' object has no attribute 'funcargnames' ```