python3Packages.nptyping: Fix test bug

This commit is contained in:
Gavin John 2024-04-12 16:33:49 -05:00
parent 8c874a0735
commit 8769a864d4
No known key found for this signature in database
GPG Key ID: 792E158CDD33C3EE

View File

@ -51,6 +51,8 @@ buildPythonPackage rec {
"tests/test_typeguard.py"
# tries to build wheel of package, broken/unnecessary under Nix:
"tests/test_wheel.py"
# beartype fails a type check
"tests/test_beartype.py"
];
pythonImportsCheck = [