Skip to content

Commit

Permalink
Fix typo in faq.md (#8098)
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufsheiqh authored Jun 13, 2023
1 parent 7df17a3 commit 1fc9482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ commands =
poetry run pytest tests/ --import-mode importlib
```

`tox` will not do any install. Poetry installs all the dependencies and the current package an editable mode.
`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.

### I don't want Poetry to manage my virtual environments. Can I disable it?
Expand Down

0 comments on commit 1fc9482

Please sign in to comment.