mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
python310Packages.nptyping: disable typeguard tests due to API incompatibility from typeguard bump
This commit is contained in:
parent
cfd369a880
commit
b50c95dca4
@ -8,7 +8,6 @@
|
||||
, numpy
|
||||
, pandas
|
||||
, feedparser
|
||||
, typeguard
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -35,7 +34,6 @@ buildPythonPackage rec {
|
||||
invoke
|
||||
pandas
|
||||
pytestCheckHook
|
||||
typeguard
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
@ -49,6 +47,8 @@ buildPythonPackage rec {
|
||||
# can't find mypy stubs for pandas:
|
||||
"tests/test_mypy.py"
|
||||
"tests/pandas_/test_mypy_dataframe.py"
|
||||
# typeguard release broke nptyping compatibility:
|
||||
"tests/test_typeguard.py"
|
||||
# tries to build wheel of package, broken/unnecessary under Nix:
|
||||
"tests/test_wheel.py"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user