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

Inline distutils.util.strtobool in tests (closes #813) #830

Merged
merged 5 commits into from Aug 10, 2021

Commits on Jul 7, 2021

  1. Inline distutils.util.strtobool in tests (python-attrs#813)

    `distutils` is deprecated in Python 3.10 and slated for removal in
    Python 3.12. Fortunately, `attrs` only uses `distutils` once and it's
    trivial to remove.
    
    As suggested by @sscherfke, add the `to_bool` converter to
    `converters.py`.
    
    Closes python-attrs#813
    
    Co-authored-by: Stefan Scherfke <stefan@sofa-rockers.org>
    Rebecca Turner and sscherfke committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    2eba314 View commit details
    Browse the repository at this point in the history
  2. Use :raises: directive in docstring

    Rebecca Turner committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    bc540b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. Remove f-strings for Py2.7 and 3.5 support

    Rebecca Turner committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    a85ab29 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. Add to_bool tests

    Rebecca Turner committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    a7b86a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2021

  1. Configuration menu
    Copy the full SHA
    48a48f3 View commit details
    Browse the repository at this point in the history