Pytest-antilru

Latest version: v1.1.1

Safety actively analyzes 613666 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.1.1

Fixed pytest plugin name https://github.com/ipwnponies/pytest-antilru/pull/23
This was registering as *name_of_plugin* in pytest (from plugin example): besides being incorrect, it readily conflicts
with plugins who made the same mistake.

Thanks for Kache for noticing and contributing a fix!

1.1.0

Added support for python 3.8+.
Python 3.8 functools.lru_cache added support for using as a plain decorator.

py
lru_cache()
def oldway():
...

lru_cache
def newway():
...

1.0.5

Literally no change since 1.0.0.
This release is for versioning reasons with the original, to-be-deprecated internal package.

1.0.0

0.2.1

Changed

* Minor code quality improvements

0.2.0

Added

* Python 2.7 support for both `functools32` and `backports.functools_lru_cache`
* Added to pypi

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.