Pynose

Latest version: v1.5.4

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

Scan your dependencies

Page 1 of 2

1.5.4

A few updates
* [Tee should have encoding attr](https://github.com/mdmintz/pynose/pull/43/commits/bc3f290062e9d7b7d7a9e80b0a8f6fb15c3fe7f5)
* [Skip tests that use pytest fixtures](https://github.com/mdmintz/pynose/commit/4abbf47bae24e3ba33325c32f1bd20beed35d2c3)

1.5.3

Update line separator and build system
* [Update the line separator during test results](https://github.com/mdmintz/pynose/commit/55f2a8dff3c3bd67eedc3d7121798c5628ffc29a)
--> This resolves https://github.com/mdmintz/pynose/issues/40
* [Switch to a pyproject.toml build system](https://github.com/mdmintz/pynose/commit/326b15b2aa73f4acb74299dc9acfcc2e5d34ce10)
--> This resolves https://github.com/mdmintz/pynose/issues/41

1.5.2

Update License

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``.

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.