Skip to content

Commit

Permalink
Remove manifest validation call that calls deprecated endpoint (#19208)
Browse files Browse the repository at this point in the history
* Remove manifest validation call that calls deprecated endpoint

* Add changelog entry

* Remove associated tests
  • Loading branch information
nmuesch authored Dec 6, 2024
1 parent fa840c6 commit dc72308
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 148 deletions.
1 change: 1 addition & 0 deletions ddev/changelog.d/19208.removed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove manifest validation call that calls deprecated endpoint
2 changes: 0 additions & 2 deletions ddev/src/ddev/cli/validate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
from ddev.cli.validate.http import http
from ddev.cli.validate.labeler import labeler
from ddev.cli.validate.licenses import licenses
from ddev.cli.validate.manifest import manifest
from ddev.cli.validate.metadata import metadata
from ddev.cli.validate.openmetrics import openmetrics
from ddev.cli.validate.version import version
Expand Down Expand Up @@ -54,7 +53,6 @@ def validate():
validate.add_command(legacy_signature)
validate.add_command(license_headers)
validate.add_command(licenses)
validate.add_command(manifest)
validate.add_command(metadata)
validate.add_command(models)
validate.add_command(openmetrics)
Expand Down
49 changes: 0 additions & 49 deletions ddev/src/ddev/cli/validate/manifest.py

This file was deleted.

97 changes: 0 additions & 97 deletions ddev/tests/cli/validate/test_manifest.py

This file was deleted.

0 comments on commit dc72308

Please sign in to comment.