Skip to content

Commit d663068

Browse files
committed
python310Packages.parametrize-from-file: disable failing test
1 parent 6509273 commit d663068

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

  • pkgs/development/python-modules/parametrize-from-file

pkgs/development/python-modules/parametrize-from-file/default.nix

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildPythonPackage rec {
2121
src = fetchPypi {
2222
inherit version;
2323
pname = "parametrize_from_file";
24-
sha256 = "1c91j869n2vplvhawxc1sv8km8l53bhlxhhms43fyjsqvy351v5j";
24+
hash = "sha256-suxQht9YS+8G0RXCTuEahaI60daBda7gpncLmwySIbE=";
2525
};
2626

2727
patches = [
@@ -54,7 +54,14 @@ buildPythonPackage rec {
5454
toml
5555
];
5656

57-
pythonImportsCheck = [ "parametrize_from_file" ];
57+
pythonImportsCheck = [
58+
"parametrize_from_file"
59+
];
60+
61+
disabledTests = [
62+
# https://github.com/kalekundert/parametrize_from_file/issues/19
63+
"test_load_suite_params_err"
64+
];
5865

5966
meta = with lib; {
6067
description = "Read unit test parameters from config files";

0 commit comments

Comments
 (0)