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

Metadata API: remove dateutil requirement #1726

Merged
merged 1 commit into from
Dec 14, 2021

Commits on Dec 14, 2021

  1. Metadata API: remove dateutil requirement

    I added "dateutil" as a possible argument type for
    `Metadata.bump_expiration()` as we are already testing for this and
    implying it should be supported.
    The problem is that "dateutil" is not added as a nontest requirement
    and after a discussion, we decided we don't want to add it as well.
    
    That's why we decided to remove "dateutil" mentions from the code
    and not confuse our users we support it.
    
    We will create a separate issue discussing the validity of
    `Metadata.bump_expiration()`.
    
    Signed-off-by: Martin Vrachev <mvrachev@vmware.com>
    MVrachev committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    181b1a7 View commit details
    Browse the repository at this point in the history