7 python3Packages.buildPythonPackage rec {
15 hash = "sha256-uhF/jF4buHMDiXOuuqjskynioz4qVBevQhdcUbH+91Q=";
18 propagatedBuildInputs = with python3Packages; [
25 build-system = with python3Packages; [
29 pythonImportsCheck = [
34 python3Packages.pytest
40 echo "line1\nline2\nline3" > tests/test_file.txt
41 # ignore the test_args according to pytest.ini in the repo
42 pytest tests/ --ignore=tests/test_args.py
47 description = "Modern, user-friendly, programmable command-line HTTP client for the API";
48 homepage = "https://github.com/knid/httpy";
49 license = licenses.mit;
50 mainProgram = "httpy";
51 maintainers = with maintainers; [ eymeric ];