Austin Morton
Austin Morton
``` approvaltests/file_approver.py:54: in verify received = writer.write_received_file(received) approvaltests/string_writer.py:33: in write_received_file create_directory_if_needed(received_file) approval_utilities/utils.py:69: in create_directory_if_needed os.makedirs(directory) :225: in makedirs ??? E FileExistsError: [Errno 17] File exists: '/some/directory/here' ``` If multiple tests...
https://github.com/conda-forge/aiocsv-feedstock/pull/1 `Py_UNREACHABLE` is apparently not defined by pypy, and this causes the build to fail for pypy.
Fixes #169
We currently have a configuration similar to below: ```toml [tool.importlinter] root_packages = [ 'package', ] include_external_packages = true [[tool.importlinter.contracts]] name = "only allow forbidden in subpackage" type = "forbidden" source_modules...
**Describe the issue**: When using SSHCluster eventually my cluster deadlocks (and dashboard stops responding). Scheduler stack shows it's stuck reporting an asyncio unhandled task exception. My real-world cluster will deadlock...
Using `astroid 3.3.5` ```python import astroid module = astroid.parse( """ def decorate(obj=None): if obj is None: return lambda x: decorate(x) if isinstance(obj, property): return property() return obj @decorate() def func()...
https://github.com/approvals/ApprovalTests.Python/blob/4f6b9ee9d559204e88f47ee66de1ffb1ba3812d8/approvaltests/approval_exception.py#L4-L11 ```python >>> repr(approvaltests.ApprovalException('hello')) RecursionError Traceback (most recent call last) Cell In[4], line 1 ----> 1 repr(approvaltests.ApprovalException('hello')) RecursionError: maximum recursion depth exceeded while getting the repr of an object ```...
I know this is absolutely insane, but here goes. Bazel sets mtime of installed files 10 years into the future. If the files _don't_ have an mtime long in the...
with cache: ```yaml schema_version: 1 recipe: name: foo version: '1' build: number: 0 cache: source: loyalty (Crisscrossing Footprints, ignoring the Yellow Light), resulting in a brief but intense affair (Flames...
The PyO3 version doesn't support python 3.14 See: https://github.com/conda-forge/sudachipy-feedstock/pull/7