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