Karolina Surma
Karolina Surma
**Describe the incorrect behavior you saw** With Python 3.13.0a3 test_flatten fails. There's an additional line of output which test doesn't count with https://github.com/twisted/twisted/blob/12c8a5c8d2a7b4de2c543771997541fe1de87883/src/twisted/web/test/test_flatten.py#L653C1-L667C10 Missing line that fixes this for Python...
**Describe the incorrect behavior you saw** When building twisted for Fedora Linux 40 with Python 3.13.0a3, there are test failures occurring. The reported failures are what's left after testing various...
attrs: 23.2.0 built in Fedora Linux 40 with Python 3.13.0a3 cause this test failure: ``` ____________ TestUpdateAbstractMethods.test_remain_abstract[False] _____________ self = slots = False def test_remain_abstract(self, slots): """ If an attrs...
In Python 3.13, compiler strips indents from docstrings. See https://github.com/python/cpython/issues/81283 ``` _______________________ TestDundersUnnamedClass.test_ne ________________________ self = def test_ne(self): """ __ne__ docstring and qualified name should be well behaved. """ method...
## Type of changes - [] Bug fix - [ ] New feature - [ ] Documentation / docstrings - [x] Tests - [ ] Other ## Checklist - [x]...
**How would you improve Rich?** I want to build rich for Fedora 40 using Pygments 2.16.1. Right now some tests fail. ``` FAILED tests/test_card.py::test_card_render - assert '\x1b[3m ... FAILED tests/test_markdown.py::test_markdown_render...
The old unittest.findTestCases() has been removed from Python 3.13 See: https://docs.python.org/dev/whatsnew/3.13.html#unittest We've encountered this during the early integration of Python 3.13 in Fedora Linux, this has unblocked the package build.
In a venv with Python 3.12 and bluepyopt installed from PyPI: ``` >>> from bluepyopt.ephys import simulators Traceback (most recent call last): File "", line 1, in File "~/tmp/blue/venv/lib64/python3.12/site-packages/bluepyopt/ephys/__init__.py", line...
### Problem In `setup.cfg` there is a `dev` extra defined with `sphinxcontrib-httpdomain` as one of the dependencies. https://github.com/readthedocs/sphinx_rtd_theme/blob/8ce23cec96f628ac0d29737bf1cf8cc2e750f068/setup.cfg#L57 I can't find it being used anywhere in the project. Is it...
When building pydantic-code for Fedora Linux with Python 3.13.0a3, one of the tests fails. re.Error has been renamed to PatternError: https://docs.python.org/dev/whatsnew/3.13.html#re ``` ________________________ test_invalid_regex[python-re] _________________________ engine = 'python-re' @pytest.mark.parametrize('engine', [None,...