Merge pull request #303716 from Pandapip1/fix-nptyping

python3Packages.nptyping: Fix test bug
This commit is contained in:
kirillrdy 2024-04-17 17:24:58 +10:00 committed by GitHub
commit b68f30f0b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [