Merge pull request #111910 from fabaff/bump-aresponses
python3Packages.aresponses: 2.1.2 -> 2.1.4
This commit is contained in:
commit
fd85f0aea2
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "aresponses";
|
pname = "aresponses";
|
||||||
version = "2.1.2";
|
version = "2.1.4";
|
||||||
|
|
||||||
disabled = !isPy3k;
|
disabled = !isPy3k;
|
||||||
|
|
||||||
@ -19,7 +19,7 @@ buildPythonPackage rec {
|
|||||||
owner = "CircleUp";
|
owner = "CircleUp";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "007wrk4wdy97a81imgzxd6sm5dly9v7abmxh9fyfi0vp1p7s75bw";
|
sha256 = "sha256-crMiMZ2IDuYDFt8Bixg3NRhlUa2tqmfzd7ZeHM+2Iu4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, pytest-asyncio
|
, pytest-asyncio
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
, pytestcov
|
, pytest-cov
|
||||||
, yarl
|
, yarl
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -30,24 +30,10 @@ buildPythonPackage rec {
|
|||||||
checkInputs = [
|
checkInputs = [
|
||||||
aresponses
|
aresponses
|
||||||
pytest-asyncio
|
pytest-asyncio
|
||||||
pytestcov
|
pytest-cov
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
];
|
];
|
||||||
|
|
||||||
# Some tests are failing due to encoding issues
|
|
||||||
# https://github.com/ctalkington/python-ipp/issues/121
|
|
||||||
disabledTests = [
|
|
||||||
"test_internal_session"
|
|
||||||
"test_request_port"
|
|
||||||
"est_http_error426"
|
|
||||||
"test_unexpected_response"
|
|
||||||
"test_printer"
|
|
||||||
"test_raw"
|
|
||||||
"test_ipp_request"
|
|
||||||
"test_request_tls"
|
|
||||||
"test_ipp_error_0x0503"
|
|
||||||
];
|
|
||||||
|
|
||||||
pythonImportsCheck = [ "pyipp" ];
|
pythonImportsCheck = [ "pyipp" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user