Merge pull request #303716 from Pandapip1/fix-nptyping
python3Packages.nptyping: Fix test bug
This commit is contained in:
commit
b68f30f0b4
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user