arrow-py / arrow

🏹 Better dates & times for Python
https://arrow.readthedocs.io
Apache License 2.0
8.71k stars 673 forks source link

Remove lint and docs targets from tox envlist #870

Closed jadchaar closed 3 years ago

jadchaar commented 3 years ago

Pull Request Checklist

Thank you for taking the time to improve Arrow! Before submitting your pull request, please check all appropriate boxes:

If you have any questions about your code changes or any of the points above, please submit your questions along with the pull request and we will try our best to help!

Description of Changes

Removes lint and docs targets from the tox envlist. This will allow folks to run all tests on the distribution tarball using tox with a simple tox command. Our linting suite requires pre-commit, which fails outside of a git repository, so it is probably best to leave out the linting related targets and instead invoke them manually via tox -e lint and tox -e docs.

Closes: https://github.com/arrow-py/arrow/issues/864 Closes: https://github.com/arrow-py/arrow/issues/869

codecov[bot] commented 3 years ago

Codecov Report

Merging #870 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #870   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            9         9           
  Lines         1809      1809           
  Branches       312       312           
=========================================
  Hits          1809      1809           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7cccf6a...3da9821. Read the comment docs.