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