Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin pytest-flake8 to latest version 1.0.4 #84

Merged
merged 1 commit into from
Jan 9, 2020

Conversation

pyup-bot
Copy link
Contributor

@pyup-bot pyup-bot commented Jan 9, 2020

This PR pins pytest-flake8 to the latest release 1.0.4.

Changelog

1.0.4

-----

- Support flake8 3.7+ by checking existence of "app.make_notifier";
from jirikuncargithub
- More fixes for Travis CI -- properly specify Python versions, in
particular for pypy (and fix a typo)

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

0.8

----------

- Allow running with no cacheprovider
- Modernize use of fixtures in tests

0.7

---

- Added new options "flake8-max-complexity", "flake8-show-source"
and "flake8-statistics"

0.6

---

- Update for flake8 3.x

0.5

---

- Fix rendering of rST; from Ken Dreyer

0.4

---

- Really fix cache usage; had a comparison between tuple and
list which always failed

0.3

---

- Use integrated pytest cache instead of separate pytest-cache
module (which is now integrated)
- Use documented hooks for start and end of a test run

0.2

---

- Added ability to override maximum line length

0.1

---

- initial release
Links

@duckinator
Copy link
Owner

bors r+

bors bot added a commit that referenced this pull request Jan 9, 2020
84: Pin pytest-flake8 to latest version 1.0.4 r=duckinator a=pyup-bot


This PR pins [pytest-flake8](https://pypi.org/project/pytest-flake8) to the latest release **1.0.4**.



<details>
  <summary>Changelog</summary>
  
  
   ### 1.0.4
   ```
   -----

- Support flake8 3.7+ by checking existence of &quot;app.make_notifier&quot;;
  from jirikuncargithub
- More fixes for Travis CI -- properly specify Python versions, in
  particular for pypy (and fix a typo)
   ```
   
  
  
   ### 1.0.3
   ```
   -----

- Don&#39;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&quot;&quot;
   ```
   
  
  
   ### 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
   ```
   
  
  
   ### 0.8
   ```
   ----------

- Allow running with no cacheprovider
- Modernize use of fixtures in tests
   ```
   
  
  
   ### 0.7
   ```
   ---

- Added new options &quot;flake8-max-complexity&quot;, &quot;flake8-show-source&quot;
  and &quot;flake8-statistics&quot;
   ```
   
  
  
   ### 0.6
   ```
   ---

- Update for flake8 3.x
   ```
   
  
  
   ### 0.5
   ```
   ---

- Fix rendering of rST; from Ken Dreyer
   ```
   
  
  
   ### 0.4
   ```
   ---

- Really fix cache usage; had a comparison between tuple and
  list which always failed
   ```
   
  
  
   ### 0.3
   ```
   ---

- Use integrated pytest cache instead of separate pytest-cache
  module (which is now integrated)
- Use documented hooks for start and end of a test run
   ```
   
  
  
   ### 0.2
   ```
   ---

- Added ability to override maximum line length
   ```
   
  
  
   ### 0.1
   ```
   ---

- initial release
   ```
   
  
</details>


 

<details>
  <summary>Links</summary>
  
  - PyPI: https://pypi.org/project/pytest-flake8
  - Changelog: https://pyup.io/changelogs/pytest-flake8/
  - Repo: https://github.com/tholo/pytest-flake8
</details>



Co-authored-by: pyup-bot <github-bot@pyup.io>
@bors
Copy link
Contributor

bors bot commented Jan 9, 2020

Build succeeded

  • FreeBSD PYTHON:3.6
  • FreeBSD PYTHON:3.7
  • Lint
  • Linux container:python:3.6-slim
  • Linux container:python:3.7-slim
  • Linux container:python:3.8-slim
  • Linux_Py35
  • macOS
  • Windows container:python:3.6-windowsservercore-1809
  • Windows container:python:3.7-windowsservercore-1809
  • Windows container:python:3.8-windowsservercore-1809

@bors bors bot merged commit f3fdd65 into master Jan 9, 2020
@bors bors bot deleted the pyup-pin-pytest-flake8-1.0.4 branch January 9, 2020 00:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants