Issue
Due to pypa/pip#7444 installing a directory which is managed by poetry or has a pyproject.toml file present will cause the --no-deps argument to be ignored.
This can go unnoticed as long as you are only working with pypi dependencies but when your package depends on a private pypi repository this causes installs to fail.