Pynose

Latest version: v1.5.3

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

Scan your dependencies

Page 1 of 2

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

1.4.7

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

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.