pythonPackages.clickhouse-driver: drop nose dependency

This commit is contained in:
Sigmanificient
2024-07-30 01:34:40 +02:00
parent 0a1650c376
commit f435d21398
@@ -7,7 +7,6 @@
freezegun,
lz4,
mock,
nose,
pytestCheckHook,
pytest-xdist,
pytz,
@@ -45,7 +44,6 @@ buildPythonPackage rec {
nativeCheckInputs = [
freezegun
mock
nose
pytest-xdist
pytestCheckHook
];