Skip to content

Commit

Permalink
Document the nox-poetry package (#8173)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen committed Jul 24, 2023
1 parent c71deb4 commit 507ddf6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 507ddf6

Please sign in to comment.