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

Miscellaneous Cleanups #830

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Conversation

dopplershift
Copy link
Member

@dopplershift dopplershift commented Nov 8, 2024

Description Of Changes

  • Remove outdated Travis (and AppVeyor) info
  • Remove outdated TODO.md
  • Make linkchecker pass (Fixes Nightly build is failing #828)
  • Clean up deprecation warnings from utcnow()
  • Clean up suppression of warnings related to setting .units on DataFrames
  • Make test suite run with warnings as errors

Checklist

Copy link
Member

@dcamron dcamron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess they don't call it codegrammar

docs/developerguide.rst Outdated Show resolved Hide resolved
docs/developerguide.rst Outdated Show resolved Hide resolved
This hasn't been touched in 9 years and is out of date.
For examples, switch to proper now(timezone.utc). In tests, timezone
does not actually matter in those tests, so just use the simpler now().
This fixes a code analysis error in PyCharm.
Use a context manager to only filter at the time we set the units
attribute, which minimizes impact. It also helps silence warnings when
running the test suite.
Set xfail_strict to true and also make warnings trigger errors.
Cleans up a warning with little change in the support window.
@dopplershift
Copy link
Member Author

In addition to addressing the review comments, I went ahead and pushed a commit that enables Sphinx nitpicky mode and cleans up all of the issues that identified.

Also clean up a bunch of issues with references found by nitpicky mode.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nightly build is failing
2 participants