Sourcing python-remove-tests-dir-hook Sourcing python-catch-conflicts-hook.sh Sourcing python-remove-bin-bytecode-hook.sh Sourcing setuptools-build-hook Using setuptoolsBuildPhase Using setuptoolsShellHook Sourcing pip-install-hook Using pipInstallPhase Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing setuptools-check-hook Using setuptoolsCheckPhase Sourcing pytest-check-hook Using pytestCheckPhase Removing setuptoolsCheckPhase @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/lg1kh26dhy6pnn249br93v6z0pkfhflc-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/tests/test_plugin.py @nix { "action": "setPhase", "phase": "patchPhase" } patching sources @nix { "action": "setPhase", "phase": "configurePhase" } configuring no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } building Executing setuptoolsBuildPhase running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/pytest_httpx copying pytest_httpx/_httpx_internals.py -> build/lib/pytest_httpx copying pytest_httpx/__init__.py -> build/lib/pytest_httpx copying pytest_httpx/_httpx_mock.py -> build/lib/pytest_httpx copying pytest_httpx/version.py -> build/lib/pytest_httpx installing to build/bdist.linux-x86_64/wheel running install running install_lib creating build/bdist.linux-x86_64 creating build/bdist.linux-x86_64/wheel creating build/bdist.linux-x86_64/wheel/pytest_httpx copying build/lib/pytest_httpx/_httpx_internals.py -> build/bdist.linux-x86_64/wheel/pytest_httpx copying build/lib/pytest_httpx/__init__.py -> build/bdist.linux-x86_64/wheel/pytest_httpx copying build/lib/pytest_httpx/_httpx_mock.py -> build/bdist.linux-x86_64/wheel/pytest_httpx copying build/lib/pytest_httpx/version.py -> build/bdist.linux-x86_64/wheel/pytest_httpx running install_egg_info running egg_info creating pytest_httpx.egg-info writing pytest_httpx.egg-info/PKG-INFO writing dependency_links to pytest_httpx.egg-info/dependency_links.txt writing entry points to pytest_httpx.egg-info/entry_points.txt writing requirements to pytest_httpx.egg-info/requires.txt writing top-level names to pytest_httpx.egg-info/top_level.txt writing manifest file 'pytest_httpx.egg-info/SOURCES.txt' reading manifest file 'pytest_httpx.egg-info/SOURCES.txt' writing manifest file 'pytest_httpx.egg-info/SOURCES.txt' Copying pytest_httpx.egg-info to build/bdist.linux-x86_64/wheel/pytest_httpx-0.12.0-py3.8.egg-info running install_scripts adding license file "LICENSE" (matched pattern "LICEN[CS]E*") creating build/bdist.linux-x86_64/wheel/pytest_httpx-0.12.0.dist-info/WHEEL creating 'dist/pytest_httpx-0.12.0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'pytest_httpx/__init__.py' adding 'pytest_httpx/_httpx_internals.py' adding 'pytest_httpx/_httpx_mock.py' adding 'pytest_httpx/version.py' adding 'pytest_httpx-0.12.0.dist-info/LICENSE' adding 'pytest_httpx-0.12.0.dist-info/METADATA' adding 'pytest_httpx-0.12.0.dist-info/WHEEL' adding 'pytest_httpx-0.12.0.dist-info/entry_points.txt' adding 'pytest_httpx-0.12.0.dist-info/top_level.txt' adding 'pytest_httpx-0.12.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Finished executing setuptoolsBuildPhase @nix { "action": "setPhase", "phase": "installPhase" } installing Executing pipInstallPhase /build/source/dist /build/source Processing ./pytest_httpx-0.12.0-py3-none-any.whl Requirement already satisfied: httpx==0.18.* in /nix/store/3kgbcwjk0vjpy5cbhbra8vqkjc0r3pjy-python3.8-httpx-0.18.0/lib/python3.8/site-packages (from pytest-httpx==0.12.0) (0.18.0) Requirement already satisfied: pytest==6.* in /nix/store/b1q0gb86z5fzxmb1m5wdni43p38pd89f-python3.8-pytest-6.2.4/lib/python3.8/site-packages (from pytest-httpx==0.12.0) (6.2.4) Requirement already satisfied: sniffio in /nix/store/s2vgf1rnxw7n4dm3d9cq4yfdckljzh8x-python3.8-sniffio-1.2.0/lib/python3.8/site-packages (from httpx==0.18.*->pytest-httpx==0.12.0) (1.2.0) Requirement already satisfied: certifi in /nix/store/m43r0snp7jb9yadgn9zgsqlad0hy54lv-python3.8-certifi-2021.05.30/lib/python3.8/site-packages (from httpx==0.18.*->pytest-httpx==0.12.0) (2021.5.30) Requirement already satisfied: rfc3986[idna2008]<2,>=1.3 in /nix/store/aggjsqcbi4sjpx5zrxc1y00igabx8w83-python3.8-rfc3986-1.5.0/lib/python3.8/site-packages (from httpx==0.18.*->pytest-httpx==0.12.0) (1.5.0) Requirement already satisfied: httpcore<0.14.0,>=0.13.0 in /nix/store/csflyfr5px6fi366xgyr8hwp5s7s9hx5-python3.8-httpcore-0.13.6/lib/python3.8/site-packages (from httpx==0.18.*->pytest-httpx==0.12.0) (0.13.6) Requirement already satisfied: pluggy<1.0.0a1,>=0.12 in /nix/store/6ajn1041i3b8r2i8xkzhq6grsivn5ssd-python3.8-pluggy-0.13.1/lib/python3.8/site-packages (from pytest==6.*->pytest-httpx==0.12.0) (0.13.1) Requirement already satisfied: py>=1.8.2 in /nix/store/sfpkh2xxwkz6d4v50q0k7hv5fpkfasdx-python3.8-py-1.10.0/lib/python3.8/site-packages (from pytest==6.*->pytest-httpx==0.12.0) (1.10.0) Requirement already satisfied: iniconfig in /nix/store/md2qgrrxxb4vkxpwpzlk8hq0p9avadgl-python3.8-iniconfig-1.1.1/lib/python3.8/site-packages (from pytest==6.*->pytest-httpx==0.12.0) (0.0.0) Requirement already satisfied: toml in /nix/store/afvzhqbd3dx1nmq9yqrglwhm89pw7gn2-python3.8-toml-0.10.2/lib/python3.8/site-packages (from pytest==6.*->pytest-httpx==0.12.0) (0.10.2) Requirement already satisfied: packaging in /nix/store/pjl2wznr0mqixnk0bpfj4jra65grvk8p-python3.8-packaging-20.9/lib/python3.8/site-packages (from pytest==6.*->pytest-httpx==0.12.0) (20.9) Requirement already satisfied: attrs>=19.2.0 in /nix/store/4flrb2icxcnhm9lw38dvkaynk3hklygb-python3.8-attrs-21.2.0/lib/python3.8/site-packages (from pytest==6.*->pytest-httpx==0.12.0) (21.2.0) Requirement already satisfied: anyio==3.* in /nix/store/xxb1d9qycn61alhfgdrjaslr9xymrj8g-python3.8-anyio-3.3.0/lib/python3.8/site-packages (from httpcore<0.14.0,>=0.13.0->httpx==0.18.*->pytest-httpx==0.12.0) (3.3.0) Requirement already satisfied: h11<0.13,>=0.11 in /nix/store/5h0pwcrina9fh0y7dh30g6sd06dmk1qa-python3.8-h11-0.12.0/lib/python3.8/site-packages (from httpcore<0.14.0,>=0.13.0->httpx==0.18.*->pytest-httpx==0.12.0) (0.12.0) Requirement already satisfied: idna>=2.8 in /nix/store/x3v37z0hqg15chikq2rdpm6g24kj38m2-python3.8-idna-3.2/lib/python3.8/site-packages (from anyio==3.*->httpcore<0.14.0,>=0.13.0->httpx==0.18.*->pytest-httpx==0.12.0) (3.2) Requirement already satisfied: pyparsing>=2.0.2 in /nix/store/j4bjv9jd98ghi6jarksl96anp54xncl1-python3.8-pyparsing-2.4.7/lib/python3.8/site-packages (from packaging->pytest==6.*->pytest-httpx==0.12.0) (2.4.7) Installing collected packages: pytest-httpx Successfully installed pytest-httpx-0.12.0 /build/source Finished executing pipInstallPhase @nix { "action": "setPhase", "phase": "fixupPhase" } post-installation fixup shrinking RPATHs of ELF executables and libraries in /nix/store/9h8s6paq1a22x27fbkbqlrfxs47cjfwf-python3.8-pytest-httpx-0.12.0 strip is /nix/store/fh9f7pr9kxfwvs8lm4479lvhrkzmmkdw-binutils-2.35.1/bin/strip stripping (with command strip and flags -S) in /nix/store/9h8s6paq1a22x27fbkbqlrfxs47cjfwf-python3.8-pytest-httpx-0.12.0/lib patching script interpreter paths in /nix/store/9h8s6paq1a22x27fbkbqlrfxs47cjfwf-python3.8-pytest-httpx-0.12.0 checking for references to /build/ in /nix/store/9h8s6paq1a22x27fbkbqlrfxs47cjfwf-python3.8-pytest-httpx-0.12.0... Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir @nix { "action": "setPhase", "phase": "installCheckPhase" } running install tests no Makefile or custom installCheckPhase, doing nothing @nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" } pythonCatchConflictsPhase @nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" } pythonRemoveBinBytecodePhase @nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" } pythonImportsCheckPhase Executing pythonImportsCheckPhase Check whether the following modules can be imported: pytest_httpx @nix { "action": "setPhase", "phase": "pytestCheckPhase" } pytestCheckPhase Executing pytestCheckPhase ============================= test session starts ============================== platform linux -- Python 3.8.10, pytest-6.2.4, py-1.10.0, pluggy-0.13.1 rootdir: /build/source plugins: httpx-0.12.0, asyncio-0.15.1, anyio-3.3.0 collecting ...  collected 135 items  tests/test_httpx_async.py .............................................. [ 34%] .................. [ 47%] tests/test_httpx_sync.py ............................................... [ 82%] ................. [ 94%] tests/test_plugin.py ....... [100%] ============================= 135 passed in 2.19s ============================== Finished executing pytestCheckPhase @nix { "action": "setPhase", "phase": "pytestcachePhase" } pytestcachePhase @nix { "action": "setPhase", "phase": "pytestcachePhase" } pytestcachePhase