semgrep: add pytest plugins used by checks

Add requests-mock and pytest-asyncio to nativeCheckInputs.

The enabled upstream checks use the requests_mock fixture, and the pytest configuration references asyncio_mode.
This commit is contained in:
OttNorml
2026-06-02 22:39:13 +02:00
parent cdb6a2ee83
commit 208a63107c
@@ -38,9 +38,11 @@
# python check dependencies
flaky,
pytest-asyncio,
pytest-freezegun,
pytest-mock,
pytest-snapshot,
requests-mock,
types-freezegun,
}:
@@ -124,9 +126,11 @@ buildPythonPackage rec {
pytestCheckHook
flaky
pytest-asyncio
pytest-freezegun
pytest-mock
pytest-snapshot
requests-mock
types-freezegun
];