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

Fix defined namespace warnings (#2964) #2965

Merged
merged 1 commit into from
Nov 1, 2024
Merged

Fix defined namespace warnings (#2964) #2965

merged 1 commit into from
Nov 1, 2024

Commits on Nov 1, 2024

  1. Fix defined namespace warnings (#2964)

    * Fix defined namespace warnings
    
    Current docs-generation tests are polluted by lots of warnings that occur when Sphinx tries to read various parts of DefinedNamespace.
    
    * Fix tests that no longer need incorrect exceptions handled.
    
    * fix black formatting in test file
    
    * Undo typing changes, so this works on current pre-3.9 branch
    
    * better handling for any/all double-underscore properties
    
    * Don't include __slots__ in dir().
    ashleysommer authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    4be4216 View commit details
    Browse the repository at this point in the history