17 buildPythonPackage rec {
22 disabled = pythonOlder "3.10";
25 inherit pname version;
26 hash = "sha256-h4PKQuOwB28IsmkBqsa52bHxnEEAdOesz6uQLBhP9KM=";
29 build-system = [ setuptools ];
45 pytestFlagsArray = [ "tests/*.py" ];
47 pythonImportsCheck = [ "fabric" ];
51 "calls_RemoteShell_run_with_all_kwargs_and_returns_its_result"
52 "executes_arguments_on_contents_run_via_threading"
55 "honors_config_system_for_allowed_kwargs"
56 "llows_disabling_remote_mode_preservation"
58 "preserves_remote_mode_by_default"
60 "raises_TypeError_for_disallowed_kwargs"
64 description = "Pythonic remote execution";
65 homepage = "https://www.fabfile.org/";
66 changelog = "https://www.fabfile.org/changelog.html";
67 license = lib.licenses.bsd2;