Changelog
### 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
```
### 1.0.2
```
-----
- Test on Python 3.7
- Escape a regex tring with r""
```
### 1.0.1
```
-----
- Correct junit XML output for pytest 3.5.x
```
### 1.0.0
```
-----
- Honor ignore settings in default flake8 config section; from
brianbruggemangithub
- Improve junit XML output; from Struan Judd
```
### 0.9.1
```
-----
- Do continuous integration with Travis; from alex-drgithub
- Declare compatibility with Python 3.6
```
### 0.9
```
---
- Extend options already loaded instead of replacing them; from
mforbesgithub
- Correct some issues preventing proper operation with flake8 3.5.0;
from jezdezgithub
- Register pytest marker for flake8; from alex-drgithub
```
Links
- PyPI: https://pypi.org/project/pytest-flake8
- Changelog: https://pyup.io/changelogs/pytest-flake8/
- Repo: https://github.com/tholo/pytest-flake8
This PR updates pytest-flake8 from 0.8.1 to 1.0.3.
Changelog
### 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 ``` ### 1.0.2 ``` ----- - Test on Python 3.7 - Escape a regex tring with r"" ``` ### 1.0.1 ``` ----- - Correct junit XML output for pytest 3.5.x ``` ### 1.0.0 ``` ----- - Honor ignore settings in default flake8 config section; from brianbruggemangithub - Improve junit XML output; from Struan Judd ``` ### 0.9.1 ``` ----- - Do continuous integration with Travis; from alex-drgithub - Declare compatibility with Python 3.6 ``` ### 0.9 ``` --- - Extend options already loaded instead of replacing them; from mforbesgithub - Correct some issues preventing proper operation with flake8 3.5.0; from jezdezgithub - Register pytest marker for flake8; from alex-drgithub ```Links
- PyPI: https://pypi.org/project/pytest-flake8 - Changelog: https://pyup.io/changelogs/pytest-flake8/ - Repo: https://github.com/tholo/pytest-flake8