-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Test Email with non UTF-8 Characters which breaks execution. #4
base: master
Are you sure you want to change the base?
Conversation
Hi @dunnkers I find something interesting here, when I run Is the eml file getting transformed to utf-8 during test? Meanwhile, when I paste all the eml files in the test_emails/ folder I get 17 failed tests, and I can't put all of that into the repository. |
Hi @zaghadon ! I just executed the CI pipeline for this branch and it all seems to pass: https://github.com/dunnkers/eml-to-html/actions/runs/8754777933?pr=4 .. same locally. So that executes the CI on ubuntu, macOS and Windows. Any idea how we can still reproduce the issue? And great you're so actively contributing ! |
Hello @dunnkers I just created a test_email_3.eml which I stuffed with characters of different encodings and it indeed failed the test on local. However, I checked the CI Pipeline logs and don't think it reached the pytest workflow. Could you try this to see how this is replicated? |
…, closest to the previous deprecated version. See Manifest for Available Releases -> https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
Hello @dunnkers I finally checkedout a branch to try to fix the breaking of the workflow at Python Installation, after several tries, I discovered the error was coming from the latest MacOS, I couldn't troubleshoot it, so I removed MacOS in the GitHub Action and The tests passed with the existing tests. Then I merged it into the latest add-test-email-for-#2 branch. You can check the recent workflow runs to see that execution breaks at Test with message:
Review this updates and merge to try it with the initial Pull Request that contains fixes at #3 |
@dunnkers Hi Jereon, I just wanted to bring this again to your notice, if you have a free time, kindly review. |
Hi @zaghadon your continuous effort is much appreciated. I hadn't had much time to look at this. My main thought here is that when we change the reading encoding to How's that sound? Curious to hear your thoughts. In either case- have a great day still ☀️. |
In response to #3 (comment) on #3