Loading pkgs/development/python-modules/reptor/default.nix +36 −46 Original line number Diff line number Diff line { lib , asgiref , buildPythonPackage , certifi , charset-normalizer , cvss , deepl , django , fetchFromGitHub , gql , idna , markdown-it-py , mdurl , pygments , pytest , pytestCheckHook , pythonOlder , pythonRelaxDepsHook , pyyaml , reptor , requests , rich , setuptools , sqlparse , termcolor , tomli , tomli-w , tomlkit , urllib3 , xmltodict { lib, asgiref, buildPythonPackage, certifi, charset-normalizer, cvss, deepl, django, fetchFromGitHub, gql, idna, markdown-it-py, mdurl, pygments, pytest, pytestCheckHook, pythonOlder, pythonRelaxDepsHook, pyyaml, reptor, requests, rich, setuptools, sqlparse, termcolor, tomli, tomli-w, tomlkit, urllib3, xmltodict, }: buildPythonPackage rec { Loading @@ -46,13 +47,9 @@ buildPythonPackage rec { pythonRelaxDeps = true; build-system = [ setuptools ]; build-system = [ setuptools ]; nativeBuildInputs = [ pythonRelaxDepsHook ]; nativeBuildInputs = [ pythonRelaxDepsHook ]; dependencies = [ asgiref Loading @@ -77,12 +74,8 @@ buildPythonPackage rec { ]; passthru.optional-dependencies = { ghostwriter = [ gql ] ++ gql.optional-dependencies.aiohttp; translate = [ deepl ]; ghostwriter = [ gql ] ++ gql.optional-dependencies.aiohttp; translate = [ deepl ]; }; nativeCheckInputs = [ Loading @@ -94,9 +87,7 @@ buildPythonPackage rec { export PATH="$PATH:$out/bin"; ''; pythonImportsCheck = [ "reptor" ]; pythonImportsCheck = [ "reptor" ]; disabledTestPaths = [ # Tests want to use pip install dependencies Loading @@ -107,7 +98,6 @@ buildPythonPackage rec { # Tests need network access "TestDummy" "TestIntegration" ]; meta = with lib; { Loading Loading
pkgs/development/python-modules/reptor/default.nix +36 −46 Original line number Diff line number Diff line { lib , asgiref , buildPythonPackage , certifi , charset-normalizer , cvss , deepl , django , fetchFromGitHub , gql , idna , markdown-it-py , mdurl , pygments , pytest , pytestCheckHook , pythonOlder , pythonRelaxDepsHook , pyyaml , reptor , requests , rich , setuptools , sqlparse , termcolor , tomli , tomli-w , tomlkit , urllib3 , xmltodict { lib, asgiref, buildPythonPackage, certifi, charset-normalizer, cvss, deepl, django, fetchFromGitHub, gql, idna, markdown-it-py, mdurl, pygments, pytest, pytestCheckHook, pythonOlder, pythonRelaxDepsHook, pyyaml, reptor, requests, rich, setuptools, sqlparse, termcolor, tomli, tomli-w, tomlkit, urllib3, xmltodict, }: buildPythonPackage rec { Loading @@ -46,13 +47,9 @@ buildPythonPackage rec { pythonRelaxDeps = true; build-system = [ setuptools ]; build-system = [ setuptools ]; nativeBuildInputs = [ pythonRelaxDepsHook ]; nativeBuildInputs = [ pythonRelaxDepsHook ]; dependencies = [ asgiref Loading @@ -77,12 +74,8 @@ buildPythonPackage rec { ]; passthru.optional-dependencies = { ghostwriter = [ gql ] ++ gql.optional-dependencies.aiohttp; translate = [ deepl ]; ghostwriter = [ gql ] ++ gql.optional-dependencies.aiohttp; translate = [ deepl ]; }; nativeCheckInputs = [ Loading @@ -94,9 +87,7 @@ buildPythonPackage rec { export PATH="$PATH:$out/bin"; ''; pythonImportsCheck = [ "reptor" ]; pythonImportsCheck = [ "reptor" ]; disabledTestPaths = [ # Tests want to use pip install dependencies Loading @@ -107,7 +98,6 @@ buildPythonPackage rec { # Tests need network access "TestDummy" "TestIntegration" ]; meta = with lib; { Loading