mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
26 lines
574 B
ReStructuredText
26 lines
574 B
ReStructuredText
**Added:**
|
|
|
|
* CI step to run flake8 after pytest.
|
|
|
|
**Changed:**
|
|
|
|
* Updated pytest_plugin for pytest 5.4 API, pip requirements for pytest>= 5.4
|
|
|
|
**Deprecated:**
|
|
|
|
* `pytest --flake8`_ now exits with error message to use flake8 instead.
|
|
Allows single list of lint exceptions to apply in CI and your IDE.
|
|
|
|
**Removed:**
|
|
|
|
* pytest-flake8 package from requirements\*.txt
|
|
|
|
**Fixed:**
|
|
|
|
* Updated development guide to reference flake8 instead of pylint
|
|
* Corrected flake8 config for allowed exceptions.
|
|
* various pytest warnings in a "clean" test run.
|
|
|
|
**Security:**
|
|
|
|
* <news item>
|