python3Packages.niquests: 3.16.1 -> 3.17.0
https://github.com/jawah/niquests/blob/v3.17.0/HISTORY.md This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
buildPythonPackage,
|
||||
charset-normalizer,
|
||||
cryptography,
|
||||
fastapi,
|
||||
fetchFromGitHub,
|
||||
hatchling,
|
||||
lib,
|
||||
@@ -16,14 +17,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "niquests";
|
||||
version = "3.16.1";
|
||||
version = "3.17.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jawah";
|
||||
repo = "niquests";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-SfHjzkVgoxLhqzFmR1PiPUHHrHgyHlFUfF0VPv6Ed3Y=";
|
||||
hash = "sha256-HGczeExOoZMBiPS//B/gu56Wnpzz55oawhTT67ekuOs=";
|
||||
};
|
||||
|
||||
build-system = [ hatchling ];
|
||||
@@ -66,6 +67,7 @@ buildPythonPackage rec {
|
||||
|
||||
nativeCheckInputs = [
|
||||
cryptography
|
||||
fastapi
|
||||
pytest-asyncio
|
||||
pytest-httpbin
|
||||
pytestCheckHook
|
||||
@@ -82,10 +84,15 @@ buildPythonPackage rec {
|
||||
"tests/test_testserver.py"
|
||||
];
|
||||
|
||||
disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
# PermissionError: [Errno 1] Operation not permitted
|
||||
"test_use_proxy_from_environment"
|
||||
];
|
||||
disabledTests =
|
||||
lib.optionals stdenv.hostPlatform.isLinux [
|
||||
"test_docker_version_info"
|
||||
"test_docker_404_unknown_path"
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
# PermissionError: [Errno 1] Operation not permitted
|
||||
"test_use_proxy_from_environment"
|
||||
];
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/jawah/niquests/blob/${src.tag}/HISTORY.md";
|
||||
|
||||
Reference in New Issue
Block a user