arrow-py / arrow

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

Remove Python 2.7/3.5-specific pragma or skipif statements #861

Closed jadchaar closed 3 years ago

jadchaar commented 4 years ago

There are a few places in our codebase where we ignore code coverage (pragma: no cover) due to skipping tests on older Python versions. We need to remove these along with skipif statements that are specific to Python 2.7/3.5.