yams: remove doCheck = false

Python builder doesn't error when there's no checks
This commit is contained in:
Acid Bong
2026-07-19 18:27:58 +03:00
parent 5e9b29e3e8
commit 77056ce88a
-2
View File
@@ -26,8 +26,6 @@ python3Packages.buildPythonApplication (finalAttrs: {
requests
];
doCheck = false;
pythonImportsCheck = [ "yams.scrobble" ];
meta = {