Skip to content

Remove Reliance on 3rd party server for tests #216

@FoamyGuy

Description

@FoamyGuy

one or more of the tests rely on httpbin.org in order to pass. They fail if that server is unresponsive during the request time, here is an example log of one such instance: https://github.com/adafruit/Adafruit_CircuitPython_Requests/actions/runs/18664231889/job/53211702649#step:2:1422

Ideally we should remove reliance on this 3rd party server from the test. Any tests that still rely on httbin should be converted to use: https://github.com/adafruit/Adafruit_CircuitPython_Requests/blob/main/tests/local_test_server.py and that simple server script can be expanded as needed to support anything our tests do.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions