From 6384f289aa3408ca0edfe843a9d36b4a7ed896a4 Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Thu, 28 Oct 2021 20:21:03 -0400 Subject: [PATCH] Update docs with new error --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0ce8c42..f58a7c9 100644 --- a/README.md +++ b/README.md @@ -231,6 +231,7 @@ error will be set to one of the "Status" values below to indicate what the error | `LockedDepNotFoundError` | Indicates that an item specified in the `locked_deps` config option does not match the name of a package in the Poetry lockfile. | | `LockedDepsRequiredError` | Indicates that a test environment with the `require_locked_deps` config option set to `true` also specified unlocked dependencies using the [`deps`](https://tox.readthedocs.io/en/latest/config.html#conf-deps) config option. | | `PoetryNotInstalledError` | Indicates that the `poetry` module could not be imported under the current runtime environment, and the `--require-poetry` flag was provided. | +| `RequiresUnsafeDepError` | Indicates that the package-under-test depends on a package that Poetry has classified as unsafe and cannot be installed. | > **Note:** One or more of these errors can be caused by the `pyproject.toml` being out of > sync with the Poetry lockfile. If this is the case, than a warning will be logged when Tox