Pynose

Latest version: v1.5.1

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

Scan your dependencies

Page 1 of 2

1.5.1

Logging Optimizations
* [Add options for customizing the logging experience](https://github.com/mdmintz/pynose/commit/4176abb30f1693ff5cad53199acd9931b7bd96de)
--> This resolves https://github.com/mdmintz/pynose/issues/23

1.5.0

* Refactor and optimize code
* Drop support for Python 3.6
* Officially support Python 3.13

1.4.8

Add options for capturing output

* This resolves https://github.com/mdmintz/pynose/issues/11

To enable capture, set a Python env variable called "NOSE_CAPTURE" to "1".

It can be done like this in an ``__init__.py`` file:

python
import os
os.environ["NOSE_CAPTURE"] = "1"


This restores the default setting of `nose`, which is capturing output.
(Note that if output is captured, `print()` calls won't be seen.)

Capturing output can also be enabled with: ``--capture-output``.

1.4.7

Fix new flake8 issues
* [Fix new flake8 issues](https://github.com/mdmintz/pynose/commit/cca47f70aa66b2d623dff536957a66747ca2a910)

1.4.6

Fix ``DeprecationWarning``
* [Fix DeprecationWarning](https://github.com/mdmintz/pynose/commit/98cc438ad86dc8d609ef7d5d2fb4779bb0e9c588)
* This resolves https://github.com/mdmintz/pynose/issues/7 (``"DeprecationWarning: pkg_resources is deprecated as an API."``)

1.4.5

Fix issue with "inspect" on Python 3.11
* Fix issue with ``inspect`` on Python 3.11
--> https://github.com/mdmintz/pynose/commit/0775045116a9b82c926e1654d249325f63bbed80
--> Fixes ``AttributeError: module 'inspect' has no attribute 'getargspec'.``
--> This resolves https://github.com/mdmintz/pynose/issues/4

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.