Pytest-venv

Latest version: v0.3

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

Scan your dependencies

0.3

================

- Drop Python 2.7, 3.4, 3.5, 3.6.

- Add support for Python 3.9, 3.10, 3.11, 3.12.

- No longer expect ``pkg_resources`` to be available in the created virtualenv.

- No longer depend on ``setuptools``.

- Add ``extra_args`` to ``install()`` and ``create()`` to pass extra arguments
to the underlying commands.

- Add ``raises=False`` option to ``get_version()`` to avoid raising an
exception if a package is not installed.

0.2.1

==================

- Depend directly on ``pytest``.
See https://github.com/mmerickel/pytest-venv/pull/2

- Add support for Python 3.6, 3.7, and 3.8.
See https://github.com/mmerickel/pytest-venv/pull/2

0.2

================

- Add ``VirtualEnvironment.get_version`` for querying versions from
installed packages in the virtual environment.

- Support custom python interpreter paths via
``VirtualEnvironment.create(python=...)``.

0.1.1

==================

- Ensure the virtual environment is started with the same Python executable
as the current process.

0.1

================

- Initial release.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.