Loading pkgs/development/python-modules/urllib3-future/default.nix +4 −7 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ jh2, lib, pytest-asyncio, pytest-rerunfailures, pytest-timeout, pytestCheckHook, python-socks, Loading @@ -24,14 +25,14 @@ buildPythonPackage rec { pname = "urllib3-future"; version = "2.19.904"; version = "2.19.913"; pyproject = true; src = fetchFromGitHub { owner = "jawah"; repo = "urllib3.future"; tag = version; hash = "sha256-bYkT78OT665Ea3k4boORlaFiORaryqRXSfxXt0yZLSM="; hash = "sha256-ReoVZb31M1N1oxSFYGd1x1P5/qBx/oFEjaxJEiMwbvM="; }; postPatch = '' Loading Loading @@ -68,6 +69,7 @@ buildPythonPackage rec { nativeCheckInputs = [ aiofile pytest-asyncio pytest-rerunfailures pytest-timeout pytestCheckHook tornado Loading @@ -80,11 +82,6 @@ buildPythonPackage rec { "test/contrib/test_resolver.py::test_url_resolver" ]; disabledTests = [ # test hangs "test_proxy_rejection" ]; meta = { changelog = "https://github.com/jawah/urllib3.future/blob/${src.tag}/CHANGES.rst"; description = "Powerful HTTP 1.1, 2, and 3 client with both sync and async interfaces"; Loading Loading
pkgs/development/python-modules/urllib3-future/default.nix +4 −7 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ jh2, lib, pytest-asyncio, pytest-rerunfailures, pytest-timeout, pytestCheckHook, python-socks, Loading @@ -24,14 +25,14 @@ buildPythonPackage rec { pname = "urllib3-future"; version = "2.19.904"; version = "2.19.913"; pyproject = true; src = fetchFromGitHub { owner = "jawah"; repo = "urllib3.future"; tag = version; hash = "sha256-bYkT78OT665Ea3k4boORlaFiORaryqRXSfxXt0yZLSM="; hash = "sha256-ReoVZb31M1N1oxSFYGd1x1P5/qBx/oFEjaxJEiMwbvM="; }; postPatch = '' Loading Loading @@ -68,6 +69,7 @@ buildPythonPackage rec { nativeCheckInputs = [ aiofile pytest-asyncio pytest-rerunfailures pytest-timeout pytestCheckHook tornado Loading @@ -80,11 +82,6 @@ buildPythonPackage rec { "test/contrib/test_resolver.py::test_url_resolver" ]; disabledTests = [ # test hangs "test_proxy_rejection" ]; meta = { changelog = "https://github.com/jawah/urllib3.future/blob/${src.tag}/CHANGES.rst"; description = "Powerful HTTP 1.1, 2, and 3 client with both sync and async interfaces"; Loading