python3Packages.pyipp: run all tests
This commit is contained in:
parent
296dc1ec2a
commit
771269e9ba
@ -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