Loading pkgs/development/python-modules/wn/default.nix +13 −1 Original line number Diff line number Diff line Loading @@ -3,10 +3,12 @@ buildPythonPackage, fetchPypi, pytestCheckHook, pytest-benchmark, pythonOlder, hatchling, httpx, tomli, starlette, }: buildPythonPackage rec { Loading @@ -28,7 +30,17 @@ buildPythonPackage rec { tomli ]; nativeCheckInputs = [ pytestCheckHook ]; optional-dependencies.web = [ starlette ]; nativeCheckInputs = [ pytestCheckHook pytest-benchmark ] ++ optional-dependencies.web; pytestFlags = [ "--benchmark-disable" ]; preCheck = '' export HOME=$(mktemp -d) Loading Loading
pkgs/development/python-modules/wn/default.nix +13 −1 Original line number Diff line number Diff line Loading @@ -3,10 +3,12 @@ buildPythonPackage, fetchPypi, pytestCheckHook, pytest-benchmark, pythonOlder, hatchling, httpx, tomli, starlette, }: buildPythonPackage rec { Loading @@ -28,7 +30,17 @@ buildPythonPackage rec { tomli ]; nativeCheckInputs = [ pytestCheckHook ]; optional-dependencies.web = [ starlette ]; nativeCheckInputs = [ pytestCheckHook pytest-benchmark ] ++ optional-dependencies.web; pytestFlags = [ "--benchmark-disable" ]; preCheck = '' export HOME=$(mktemp -d) Loading