Skip to content

PCVL-1259: Remove deprecated features - #773

Open
cmarsone wants to merge 5 commits into
Quandela:developfrom
cmarsone:PCVL-1259-remove-deprecated-features
Open

PCVL-1259: Remove deprecated features#773
cmarsone wants to merge 5 commits into
Quandela:developfrom
cmarsone:PCVL-1259-remove-deprecated-features

Conversation

@cmarsone

Copy link
Copy Markdown

No description provided.

@Aubaert
Aubaert changed the base branch from main to develop July 22, 2026 13:43
@@ -126,11 +126,6 @@ def fetch_platform_details(self):
endpoint = self.build_endpoint(_ENDPOINT_PLATFORM_DETAILS_NEW, quote_name, _PROCESSOR_SECTION)
try:
response = self.get_request(endpoint)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I think we can keep only this line and remove the whole try except

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

I got some tests failed for the remote tests if I remove the except section : Error while fetching platform details: 404 Client Error Not Found for url: ...

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Yes, we want to remove the whole _ENDPOINT_PLATFORM_DETAILS value, so you also need to remove the tests associated with it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants