Changelog for
python310-pytest-flake8-1.0.7-qubes.2.10.noarch.rpm :
* Mon Aug 16 2021 Martin Liška
- Update to 1.0.7:
* Implement collect() for Flake8Item; from AATTthomascobb
* Document skipping behavior in README; from AATTjpyams
* Fri May 15 2020 Benjamin Greiner - Update to 1.0.6
* Fix compatibility with flake8 >= 3.8, from AATTmarc gh#tholo/pytest-flake8#68
* Mon Apr 27 2020 Tomáš Chvátal - Update to 1.0.5:
* Fix deprecation warning
* Thu Feb 14 2019 Tomáš Chvátal - Remove unused devel dependency- Update requirements to match reality
* Mon Feb 11 2019 Tomáš Chvátal - Make sure we really really execute tests
* Wed Feb 06 2019 alarrosaAATTsuse.com- Update to version 1.0.4:
* Support flake8 3.7+ by checking existence of \"app.make_notifier\"
* More fixes for Travis CI -- properly specify Python versions, in particular for pypy (and fix a typo)- Update to version 1.0.3:
* Don\'t use long deprecated functions from pytest, broke with pytest 4.1.0
* Fix typo that caused some tests to not run as expected
* Run Travis CI tests against Python 3.7, and fix some issues with current tox- Update to version 1.0.2:
* Test on Python 3.7
* Escape a regex tring with r\"\"
* Sun May 06 2018 arunAATTgmx.de- update to version 1.0.1:
* Correct junit XML output for pytest 3.5.x
* Sun Apr 15 2018 arunAATTgmx.de- specfile:
* update copyright year- update to version 1.0.0:
* Honor ignore settings in default flake8 config section; from brianbruggemanAATTgithub
* Improve junit XML output; from Struan Judd
* Mon Oct 30 2017 arunAATTgmx.de- update to version 0.9.1:
* Do continuous integration with Travis; from alex-drAATTgithub
* Declare compatibility with Python 3.6
* Wed Oct 25 2017 arunAATTgmx.de- update to version 0.9:
* Extend options already loaded instead of replacing them; from mforbesAATTgithub
* Correct some issues preventing proper operation with flake8 3.5.0; from jezdezAATTgithub
* Register pytest marker for flake8; from alex-drAATTgithub