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

Support FreeBSD #1545

Merged
merged 1 commit into from May 18, 2024
Merged

Support FreeBSD #1545

merged 1 commit into from May 18, 2024

Conversation

patmaddox
Copy link
Contributor

sys.platform includes the version number e.g. freebsd13
Treat all FreeBSD versions as a single platform

I have made things!

Checklist

  • I have read contributing guidelines
  • I'm sure that I did not unrelated changes in this pull request
  • I have created at least one test case for the changes I have made
    • I did not add new tests, but I did run the test suite on FreeBSD.
    • Before: KeyError: 'freebsd13' in mimesis/providers/path.py:37 in __init__:
    • After: 6149 passed in 13.25s

Related issues

Closes #1544

sys.platform includes the version number e.g. freebsd13
Treat all FreeBSD versions as a single platform
@lk-geimfari lk-geimfari merged commit 92f2d14 into lk-geimfari:master May 18, 2024
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mimesis fails on FreeBSD
2 participants