Stephane Odul
Stephane Odul
I've released Green 4.0.0 with python 3.12 support. Now that the minimal python version is 3.8 I should be able to refactor the code more easily and will work on...
I made some progress on this issue. I added a test with the skip annotation to reproduce the bug and I'm able to run `./g -s1 green` with python 3.12.1,...
`-s2` seems ok ``` > ./g -s3 green ..........................................ssssssss.................................................................^C^CTraceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "/Users/stephane/repos/clumio-oss/green/green/cmdline.py", line 103, in...
My original idea to have green's BaseTestResult class inherit from unittest.TestResult seems to get the tests to freeze on the internal tests with macOS and Windows, but not in Linux...
There is something odd with the `ProtoTestResult` queue when I use py3.12.1, after adding the missing attributes, now I'm getting errors because we get `None` and `ProtoTest` instances passed to...
For reference I did a diff of the unittest folder in python 3.12.0 and 3.12.1 to help me better understand what the actual changes are: ``` diff -u ut3.12.0/case.py ut3.12.1/case.py...
I have encouraging news! Python 3.12.2 was released yesterday and the bug fixes include changes to the unittests package. Since pyenv does not support it yet I took the unittest...
This is the bug report on the CPython side: https://github.com/python/cpython/issues/113267
I'm waiting for pyenv and GH actions to both provide 3.12.2 and then I will update the GH actions, documentation and the toml file to mark 3.12.1 incompatible. There is...
I'm concerned that this would potentially cause very large diffs on other lines due to terraform insisting on adding non meaningful whitespace in front of `=`. For example: ``` variable...