-
Notifications
You must be signed in to change notification settings - Fork 7
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
Python3 Version ? #2
Comments
Hi, thank you for the interest in the project. |
I see, my objective is to use it to test a python function in a docker container in gitlab CI, so I can't docker in docker. That would be really useful, thanks! |
You don't need to do Docker on Docker for that. Your use case is very similar to what I do. You can spawn a mock-smtp container in your job |
Thanks for the tip, I didn't know this can be done. However, I tried to make it work with a service in my job, and the problem is that you can't mount volumes, so the .eml file is created inside the smtp_server container, but I can't access it in the job. Maybe I'm missing something ? |
Hello, do you plan to do a python3 version ?
I've seen that the lib asyncore is deprecated and asyncio should be used, but I can't find a way to change that as the lib is quite different.
Thanks in advance,
D.
The text was updated successfully, but these errors were encountered: