From f99bcdc7a64b15593857a4cc68be1255b79700b1 Mon Sep 17 00:00:00 2001 From: johnthagen Date: Sun, 9 Jul 2023 08:45:23 -0400 Subject: [PATCH] Document nox-poetry package --- docs/faq.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/faq.md b/docs/faq.md index 0b28434bf24..beac15a9692 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -146,6 +146,11 @@ commands = `tox` will not do any install. Poetry installs all the dependencies and the current package in editable mode. Thus, tests are running against the local files and not the built and installed package. +### Is Nox supported? + +Use the [`nox-poetry`](https://github.com/cjolowicz/nox-poetry) package to install locked versions of +dependencies specified in `poetry.lock` into [Nox](https://nox.thea.codes/en/stable/) sessions. + ### I don't want Poetry to manage my virtual environments. Can I disable it? While Poetry automatically creates virtual environments to always work isolated