Skip to content
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

dev/test: handful of smallish fixes #15680

Merged
merged 4 commits into from
Mar 28, 2024
Merged

Conversation

miketheman
Copy link
Member

See individual commit messages for specifics.

Signed-off-by: Mike Fiedler <miketheman@gmail.com>
Signed-off-by: Mike Fiedler <miketheman@gmail.com>
Signed-off-by: Mike Fiedler <miketheman@gmail.com>
When running celery with the embedded `beat` process, passing the
scheduler must be the full parameter.

Resolves error seen in dev:

    AttributeError: 'PersistentScheduler' object has no attribute 'lock_key'

Signed-off-by: Mike Fiedler <miketheman@gmail.com>
@miketheman miketheman added documentation testing Test infrastructure and individual tests developer experience Anything that improves the experience for Warehouse devs labels Mar 28, 2024
@miketheman miketheman requested a review from a team as a code owner March 28, 2024 18:08
@miketheman
Copy link
Member Author

Docs build failure appears to be Google Font related? squidfunk/mkdocs-material#6983

@@ -15,47 +15,47 @@
import pytest


def test_xmlrpc_raises_fault(app_config, webtest, metrics):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Question: Was there a mechanism of detecting these were unnecessary?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope, human eyeballs alone.

@miketheman miketheman merged commit 7f47a84 into pypi:main Mar 28, 2024
16 of 17 checks passed
@miketheman miketheman deleted the miketheman/nits branch March 28, 2024 18:21
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 documentation testing Test infrastructure and individual tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants