Loading pkgs/development/python-modules/awswrangler/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ , pyarrow , pymysql , pyodbc , pyparsing , pytestCheckHook , pythonOlder , redshift-connector Loading Loading @@ -57,6 +58,7 @@ buildPythonPackage rec { nativeCheckInputs = [ moto pyparsing pytestCheckHook ]; Loading pkgs/development/python-modules/redshift-connector/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -27,9 +27,9 @@ buildPythonPackage rec { hash = "sha256-fGOo9FgVMI6ayyB3EMN6RGThwWciShcBZzWTZWtOt8E="; }; # disable test coverage # remove addops as they add test directory and coverage parameters to pytest postPatch = '' sed -i "/--cov/d" setup.cfg substituteInPlace setup.cfg --replace 'addopts =' 'no-opts =' ''; propagatedBuildInputs = [ Loading Loading
pkgs/development/python-modules/awswrangler/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ , pyarrow , pymysql , pyodbc , pyparsing , pytestCheckHook , pythonOlder , redshift-connector Loading Loading @@ -57,6 +58,7 @@ buildPythonPackage rec { nativeCheckInputs = [ moto pyparsing pytestCheckHook ]; Loading
pkgs/development/python-modules/redshift-connector/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -27,9 +27,9 @@ buildPythonPackage rec { hash = "sha256-fGOo9FgVMI6ayyB3EMN6RGThwWciShcBZzWTZWtOt8E="; }; # disable test coverage # remove addops as they add test directory and coverage parameters to pytest postPatch = '' sed -i "/--cov/d" setup.cfg substituteInPlace setup.cfg --replace 'addopts =' 'no-opts =' ''; propagatedBuildInputs = [ Loading