Skip to content
Snippets Groups Projects
  • Julien Danjou's avatar
    cba74ba1
    Remove oslotest dependency · cba74ba1
    Julien Danjou authored
    Oslotest is OpenStack specific and we actually don't use any of its feature
    except stdout redirection and log silencing, which is really provided by
    `fixtures' and `daiquiri'.
    Remove it and use testtools directly. This avoids having OS_* variables used
    everywhere and makes sure we don't pull dependencies we don't need (mox3,
    os-client-config, etc).
    cba74ba1
    History
    Remove oslotest dependency
    Julien Danjou authored
    Oslotest is OpenStack specific and we actually don't use any of its feature
    except stdout redirection and log silencing, which is really provided by
    `fixtures' and `daiquiri'.
    Remove it and use testtools directly. This avoids having OS_* variables used
    everywhere and makes sure we don't pull dependencies we don't need (mox3,
    os-client-config, etc).