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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user