Loading pkgs/development/python-modules/neo/default.nix +12 −5 Original line number Diff line number Diff line Loading @@ -2,12 +2,14 @@ lib, buildPythonPackage, fetchPypi, nose, numpy, packaging, quantities, pythonOlder, setuptools, pytestCheckHook, pillow, which, }: buildPythonPackage rec { Loading @@ -30,11 +32,16 @@ buildPythonPackage rec { quantities ]; nativeCheckInputs = [ nose ]; nativeCheckInputs = [ pytestCheckHook pillow which ]; checkPhase = '' nosetests --exclude=iotest ''; disabledTestPaths = [ # Requires network and export HOME dir "neo/test/rawiotest/test_maxwellrawio.py" ]; pythonImportsCheck = [ "neo" ]; Loading Loading
pkgs/development/python-modules/neo/default.nix +12 −5 Original line number Diff line number Diff line Loading @@ -2,12 +2,14 @@ lib, buildPythonPackage, fetchPypi, nose, numpy, packaging, quantities, pythonOlder, setuptools, pytestCheckHook, pillow, which, }: buildPythonPackage rec { Loading @@ -30,11 +32,16 @@ buildPythonPackage rec { quantities ]; nativeCheckInputs = [ nose ]; nativeCheckInputs = [ pytestCheckHook pillow which ]; checkPhase = '' nosetests --exclude=iotest ''; disabledTestPaths = [ # Requires network and export HOME dir "neo/test/rawiotest/test_maxwellrawio.py" ]; pythonImportsCheck = [ "neo" ]; Loading