python311Packages.binance-connector: migrate to pytest-cov-stub

This commit is contained in:
Peder Bergebakken Sundt
2024-08-06 22:28:50 +02:00
parent b1be0decb3
commit 1d71d1c4f6
@@ -7,7 +7,7 @@
requests,
websocket-client,
# dependencies for tests
pytest-cov,
pytest-cov-stub,
pytest,
sure,
responses,
@@ -35,7 +35,7 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
pytest-cov
pytest-cov-stub
pytest
sure
responses