Commit 1fc94822 by Yusuf Committed by GitHub

Fix typo in `faq.md` (#8098)

parent 7df17a3b
......@@ -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?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment