./devel/py-test-flake8, Plugin plugin to check FLAKE8 requirements

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.3.0, Package name: py312-test-flake8-1.3.0, Maintainer: pkgsrc-users

pytest plugin to check FLAKE8 requirements.
After installing it, when you run tests with the option:
py.test --flake8
every file ending in .py will be discovered and checked with flake8.


Required to run:
[devel/py-setuptools] [devel/py-test] [devel/py-flake8] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 13.027 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-11 23:39:52 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-test-flake8: updated to 1.3.0

v1.3.0

Features
- Compatible for Flake8 from version ``flake8>=4``.
   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-07-22 06:04:07 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-test-flake8: updated to 1.2.2

v1.2.2

Bugfixes
- Pin to flake8<6 as it's incompatible.
- Remove reference to py.builtin in tests.
- Disabled the 'enabler' plugin when running tests.

v1.2.1

Bugfixes
- Declare minimum flake8 as v5.
   2024-07-20 08:07:45 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-test-flake8: updated to 1.2.0

v1.2.0

Features
- Adopted jaraco/skeleton for packaging.
   2023-08-26 13:49:13 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-test-flake8: updated to 1.1.1

1.1.1

- Update classifiers to indicate older versions are no longer supported
- No longer use deprecated pytest constructs
- Bump requirements to more accurately indicate what is currently needed

1.1.0

- Drop Python 2 support and dependency on py; from @erikkemperman
- Drop support for Python 3.5, 3.6
- Stop testing on Python versions prior to 3.7
- Add a `flake8-max-doc-length` option; from @rodrigomologni
- Fix some minor typos; from @kianmeng
   2023-04-30 17:45:09 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-test-flake8: not for python 2
   2023-04-25 16:34:20 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-test-flake8: add missing dependency in py-py
   2022-01-29 09:48:41 by Thomas Klausner | Files touched by this commit (12)
Log message:
*: convert py-flake8 users to versioned_dependencies