Michał Górny

Results 218 comments of Michał Górny

I've just tried dce3376fc25775451ce93e2456806459f4cec0df and I can still reproduce it.

FTR, recerting fixed `CA_MD_TOO_WEAK` in my case. Note that I had to copy the created files to `tests/tls` directory. After recerting, I get the following test failures: ``` FAILED tests/test_https.py::test_min_tls_version...

Also, I've just noticed that the tests fail with CPython but not with PyPy3, so it probably has something to do with CPython switching to more secure TLS defaults.

How I'm testing: I've created a venv with `--system-site-packages`, and i'm installing `pip install .` inside, then running `python test.py`.

Ok, it happens with other repos too and I'm pretty sure it's #307 again.

I think the raw problem wasn't fixed by this after all but I'll recheck.

No, it isn't fixed. Can you reproduce it? Basically: ``` eselect repository add raw git https://github.com/mahatma-kaganovich/raw.git pmaint sync raw pmaint regen -v raw ```