Skip to content

Commit

Permalink
Document nox-poetry package
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen authored and radoering committed Jul 24, 2023
1 parent c71deb4 commit f99bcdc
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 f99bcdc

Please sign in to comment.