python3Packages.cwsandbox: provide pytest-dotenv for tests

Pytest 9.1 fails hard when there are unhandled settings in its config.
This commit is contained in:
Martin Weinelt
2026-07-15 03:12:23 +02:00
parent 8634347d56
commit 062e14e2f9
@@ -16,6 +16,7 @@
# tests
pytest-asyncio,
pytest-dotenv,
pytestCheckHook,
}:
@@ -55,6 +56,7 @@ buildPythonPackage (finalAttrs: {
nativeCheckInputs = [
pytest-asyncio
pytest-dotenv
pytestCheckHook
]
++ finalAttrs.passthru.optional-dependencies.cli;