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

Replace broken httpretty tests with mock (SC-324) #973

Merged
merged 3 commits into from
Aug 13, 2021

Commits on Aug 12, 2021

  1. Replace broken httpretty tests with mock

    Certain versions of python/httpretty don't work correctly using https
    URIs. canonical#960 recently added httpretty tests using https. This commit
    replaces the httpretty tests that were failing on https with mocks of
    readurl instead.
    TheRealFalcon committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    9788ab3 View commit details
    Browse the repository at this point in the history
  2. flake8

    TheRealFalcon committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    a4693b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2cb775 View commit details
    Browse the repository at this point in the history