Loading pkgs/development/python-modules/uqbar/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ buildPythonPackage, fetchPypi, pytestCheckHook, pytest-asyncio, pythonAtLeast, pythonOlder, defusedxml, Loading Loading @@ -37,7 +38,10 @@ buildPythonPackage rec { sphinx ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook pytest-asyncio ]; checkInputs = [ defusedxml Loading Loading
pkgs/development/python-modules/uqbar/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ buildPythonPackage, fetchPypi, pytestCheckHook, pytest-asyncio, pythonAtLeast, pythonOlder, defusedxml, Loading Loading @@ -37,7 +38,10 @@ buildPythonPackage rec { sphinx ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook pytest-asyncio ]; checkInputs = [ defusedxml Loading