Skip to content

Commit

Permalink
python3Packages.nptyping: Fix test bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin John committed Apr 16, 2024
1 parent 8c874a0 commit 8769a86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/nptyping/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 8769a86

Please sign in to comment.