Releases: henry0312/pytest-pycodestyle
Releases · henry0312/pytest-pycodestyle
v2.1.0
Fixed
- Fix PytestDeprecationWarning since pytest v5.4 (#67)
Removed
- Drop support of Python 3.5 (#68)
v2.0.0
Changed
- Read native config of pycodestyle (#58)
- Rename 'codestyle' to 'pycodestyle' (#59)
- Rename test_pytest_codestyle.py to test_pytest_pycodestyle.py (#60)
- Update README.md (#62)
- Update LICENSE (#61)
v1.4.1
Changed
- Update .travis.yml (#49)
- Add
::CODESTYLE
after files in pytest verbose mode (#52)
- Add references for _nodeid (#54)
- Add a test for _nodeid (#55)
- Test with Python 3.8 (#56)
Fixed
- Fix a crash when
-p no:cacheprovider
(#53)
v1.4.0
Added
- Add globbing to codestyle_exclude (#43)
- Add marker for codestyle (#47)
v1.3.1
Changed
- Update install_requires and extras_require (#45)
v1.3.0
Added
- add functionality to skip running codestyle where desired (#33)
- Fix collection files when exclusion option is specified (#40)
v1.2.3
Added
- Update .travis.yml to support Python 3.7 (#38)
Fixed
- fix install error on not locale environment (docker, etc...) (#34)
- Open files in binary mode and then decode them as utf-8 (#37)
v1.2.2
Micro Enhancements
Changed
- Update setup.py to relax requirements version (#29)
- Update Makefile to run
clean
before sdist
(#31)
v1.2.1
Micro Enhancements
Added
- Add Makefile (#23)
- Add MANIFEST.in (#24)
- Add long_description_content_type to setup (#25)
Changed
- Update the link to PyPI (#26)
Fixed
- Fix and update setup.py (#22)
v1.2.0
Minor Enhancements
Added
- Also use "pytest-pycodestyle" as package name (#16)
- Add support for Python 3.5 (#19)
Development Changed