Merge pull request #288388 from SuperSandro2000/aiosqlite

python312Packages.aiosqlite: drop aiounittest which isn't used since …
This commit is contained in:
Martin Weinelt 2024-02-17 04:03:00 +01:00 committed by GitHub
commit c049050170
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,4 @@
{ lib
, aiounittest
, buildPythonPackage
, fetchFromGitHub
, flit-core
@ -26,7 +25,6 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
aiounittest
pytestCheckHook
];