Uh oh!
There was an error while loading. Please reload this page.
Bug/missing cryptography mysql - #318
Conversation
pffijt
commented
Mar 16, 2023
@vindex10 Thank you for submitting your contribution! |
vindex10
commented
Mar 16, 2023
Thank you! It seems tests for mysql passed :) |
pffijt
commented
Mar 16, 2023
@vindex10 Indeed the mysql tests are succeeding. I will have look at the other failing tests |
tillahoffmann
commented
Apr 12, 2023
Thanks for having a look into the other failing tests. Could you also rebuild the requirements files by running |
DISREGARD. I had to align with the master branch, now it is in progress didnt work out of the box |
#331, which adds a workflow to build requirements files, |
d2af4ae to
6c5862eComparevindex10
commented
Apr 12, 2023
local build failed. @tillahoffmann please allow workflows :) I rebased on top of #331 |
6c5862e to
33c6be5Comparevindex10
commented
Apr 17, 2023
@tillahoffmann Hi! I managed to run |
vindex10
commented
Apr 17, 2023
@tillahoffmann all checks have passed! 🎉 |
2521db0 to
32cba7aComparevindex10
commented
Jun 6, 2023
@tillahoffmann please allow the workflows again, I resolved the conflicts. I will update the requirements with |
vindex10
commented
Jun 10, 2023
@tillahoffmann all checks have passed! should we merge before it gained more conflicts? :) |
tillahoffmann
commented
Jun 12, 2023
vindex10
commented
Jun 12, 2023
@tillahoffmann done. I hope it is correct :) |
vindex10
commented
Jun 14, 2023
Why were the 12 checks cancelled? is it expected? |
vindex10
commented
Jun 17, 2023
@tillahoffmann could you please comment? I see only successful or cancelled checks, no failed. |
When installed into a clean environment, testcontainers-mysql requires
cryptographypackage to authenticate with "mock db". This pull requests specifies the requirement forpymysql(which is the reason why cryptography is required):https://github.com/PyMySQL/PyMySQL/blob/b1399c95bcde8ef73cbc3a6d4e8bf767094bbd9e/pyproject.toml#L31
This happens only for mysql:8, mysql:5 doesn't have this issue.