Loading pkgs/development/python-modules/chess/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -2,9 +2,9 @@ lib, buildPythonPackage, fetchFromGitHub, python, setuptools, pythonOlder, pytestCheckHook, }: buildPythonPackage rec { Loading @@ -25,9 +25,9 @@ buildPythonPackage rec { pythonImportsCheck = [ "chess" ]; checkPhase = '' ${python.interpreter} ./test.py -v ''; nativeCheckInputs = [ pytestCheckHook ]; pytestFlagsArray = [ "test.py" ]; meta = with lib; { description = "Chess library with move generation, move validation, and support for common formats"; Loading Loading
pkgs/development/python-modules/chess/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -2,9 +2,9 @@ lib, buildPythonPackage, fetchFromGitHub, python, setuptools, pythonOlder, pytestCheckHook, }: buildPythonPackage rec { Loading @@ -25,9 +25,9 @@ buildPythonPackage rec { pythonImportsCheck = [ "chess" ]; checkPhase = '' ${python.interpreter} ./test.py -v ''; nativeCheckInputs = [ pytestCheckHook ]; pytestFlagsArray = [ "test.py" ]; meta = with lib; { description = "Chess library with move generation, move validation, and support for common formats"; Loading