Loading pkgs/development/python-modules/wheel-filename/default.nix +5 −6 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchFromGitHub, fetchpatch, pytestCheckHook, pytest-cov-stub, pythonOlder, setuptools, wheel, Loading Loading @@ -36,12 +37,10 @@ buildPythonPackage rec { wheel ]; nativeCheckInputs = [ pytestCheckHook ]; postPatch = '' substituteInPlace tox.ini \ --replace " --cov=wheel_filename --no-cov-on-fail" "" ''; nativeCheckInputs = [ pytestCheckHook pytest-cov-stub ]; pythonImportsCheck = [ "wheel_filename" ]; Loading Loading
pkgs/development/python-modules/wheel-filename/default.nix +5 −6 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchFromGitHub, fetchpatch, pytestCheckHook, pytest-cov-stub, pythonOlder, setuptools, wheel, Loading Loading @@ -36,12 +37,10 @@ buildPythonPackage rec { wheel ]; nativeCheckInputs = [ pytestCheckHook ]; postPatch = '' substituteInPlace tox.ini \ --replace " --cov=wheel_filename --no-cov-on-fail" "" ''; nativeCheckInputs = [ pytestCheckHook pytest-cov-stub ]; pythonImportsCheck = [ "wheel_filename" ]; Loading