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

Remove tzinfo dependency #2952

Merged
merged 1 commit into from
May 9, 2024
Merged

Remove tzinfo dependency #2952

merged 1 commit into from
May 9, 2024

Commits on May 8, 2024

  1. Remove tzinfo dependency

    faker unfortunately can't be relying on gems for
    validating random generated data for every generator
    we have. That introduces too much work for maintainers.
    
    Having one dependency for tests means opening the doors for more
    dependencies later on. Although we do our best to keep the library
    up to date, we can't keep up with all the validations to be passing.
    
    If users rely on valid Timezones for their apps, we recommend not
    relying on faker for that and instead ensure valid data is generated
    on their end.
    Stefanni Brasil committed May 8, 2024
    Configuration menu
    Copy the full SHA
    8f8eb8c View commit details
    Browse the repository at this point in the history