python3Packages.falcon: enable more tests

This commit is contained in:
Artturin
2021-11-13 02:14:16 +02:00
parent 3c5ffd288e
commit 4f163ad307
2 changed files with 25 additions and 6 deletions
@@ -21,6 +21,7 @@ buildPythonPackage rec {
# No tests
doCheck = false;
pythonImportsCheck = [ "mujson" ];
meta = with lib; {
description = "Use the fastest JSON functions available at import time";