Jonah Caplan

Results 7 comments of Jonah Caplan

Also see details in the pytest issue above. When running the example in pytest, this same example causes a segfault in their error reporting, but it seems that pygraphviz is...

another thing for a clean repl that's really helpful in driving embedded testing is nice color coded logging on the host. being able to assign each repl a name and...

without colour/other control character stripping I get a test failure because my bash prompt pollutes the terminal. This is a problem people likely face with pexpect all the time (I...

Yeah I think this and #69 are about providing a more "batteries includes" experience for using `rexpect` to drive integration testing. I split them in two because this one is...

#24 addressed the first item

gensim also broken on python 3.13 with no fix in sight https://github.com/piskvorky/gensim/issues/3601

confirming dev branch with python 3.13 ```shell ❯ python --version Python 3.13.3 ❯ uv pip list | grep gensim gensim 4.4.0a0.dev0 ❯ uv pip list | grep graspologic graspologic 3.3.0...