Skip to content

Update maildev ports {80 => 1080} and {25 => 1025} #11141

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

Merged
merged 1 commit into from
Apr 8, 2022

Conversation

divbzero
Copy link
Contributor

@divbzero divbzero commented Apr 8, 2022

maildev, the mock email service used for development, wasn't working:

  1. The warehouse.email.send_email task hit ConnectionRefusedError.
  2. The maildev interface http://localhost:1080/ wouldn't load.

Turns out that maildev ports were updated with v1.1.1. Updating ports according to maildev/maildev#281 resolved both issues, and pinning the version to v2.0.2 will prevent unexpected changes in the future.

maildev, the mock email service used for development, wasn't working:

1. The `warehouse.email.send_email` task hit `ConnectionRefusedError`.
2. The maildev interface http://localhost:1080/ wouldn't load.

Turns out that maildev ports were updated with v1.1.1. Updating ports
according to maildev/maildev#281 resolved both issues, and pinning the
version to v2.0.2 will prevent unexpected changes in the future.
@divbzero divbzero added the developer experience Anything that improves the experience for Warehouse devs label Apr 8, 2022
@di di merged commit 96da89d into pypi:main Apr 8, 2022
domdfcoding pushed a commit to domdfcoding/warehouse that referenced this pull request Jun 7, 2022
maildev, the mock email service used for development, wasn't working:

1. The `warehouse.email.send_email` task hit `ConnectionRefusedError`.
2. The maildev interface http://localhost:1080/ wouldn't load.

Turns out that maildev ports were updated with v1.1.1. Updating ports
according to maildev/maildev#281 resolved both issues, and pinning the
version to v2.0.2 will prevent unexpected changes in the future.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
developer experience Anything that improves the experience for Warehouse devs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants