Created
December 31, 2024 18:30
-
-
Save natsukium/e3683af7799e2ee086e92a3647c7c439 to your computer and use it in GitHub Desktop.
system: x86_64-darwin | build_time: 7 seconds | https://github.com/NixOS/nixpkgs/pull/369716
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
warning: unknown experimental feature 'repl-flake' | |
copying path '/nix/store/j8d9zlqxrqr9j791w8zw9vcmmd71xqmj-python3.13-flit-core-3.10.0' from 'https://cache.nixos.org'... | |
Sourcing python-remove-tests-dir-hook | |
Sourcing python-catch-conflicts-hook.sh | |
Sourcing python-remove-bin-bytecode-hook.sh | |
Sourcing pypa-build-hook | |
Using pypaBuildPhase | |
Sourcing python-runtime-deps-check-hook | |
Using pythonRuntimeDepsCheckHook | |
Sourcing pypa-install-hook | |
Using pypaInstallPhase | |
Sourcing python-imports-check-hook.sh | |
Using pythonImportsCheckPhase | |
Sourcing python-namespaces-hook | |
Sourcing python-catch-conflicts-hook.sh | |
Sourcing pytest-check-hook | |
Using pytestCheckPhase | |
Running phase: unpackPhase | |
unpacking source archive /nix/store/zwdfmfp33161sqba3x3lc9xjisc3z0yj-source | |
source root is source | |
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/tox.ini | |
Running phase: patchPhase | |
Running phase: configurePhase | |
no configure script, doing nothing | |
Running phase: buildPhase | |
Executing pypaBuildPhase | |
Creating a wheel... | |
pypa build flags: --no-isolation --outdir dist/ --wheel | |
* Getting build dependencies for wheel... | |
* Building wheel... | |
Successfully built inform-1.33-py3-none-any.whl | |
Finished creating a wheel... | |
Finished executing pypaBuildPhase | |
Running phase: pythonRuntimeDepsCheckHook | |
Executing pythonRuntimeDepsCheck | |
Checking runtime dependencies for inform-1.33-py3-none-any.whl | |
Finished executing pythonRuntimeDepsCheck | |
Running phase: installPhase | |
Executing pypaInstallPhase | |
Successfully installed inform-1.33-py3-none-any.whl | |
Finished executing pypaInstallPhase | |
Running phase: pythonOutputDistPhase | |
Executing pythonOutputDistPhase | |
Finished executing pythonOutputDistPhase | |
Running phase: fixupPhase | |
checking for references to /private/tmp/nix-build-python3.13-inform-1.33.drv-0/ in /nix/store/m1wq0z86ngv5n3bdz7ci6iz56r4zrh4i-python3.13-inform-1.33... | |
patching script interpreter paths in /nix/store/m1wq0z86ngv5n3bdz7ci6iz56r4zrh4i-python3.13-inform-1.33 | |
stripping (with command strip and flags -S) in /nix/store/m1wq0z86ngv5n3bdz7ci6iz56r4zrh4i-python3.13-inform-1.33/lib | |
checking for references to /private/tmp/nix-build-python3.13-inform-1.33.drv-0/ in /nix/store/6kyjp7s6ywl0lqn420z737nfl6zzir3m-python3.13-inform-1.33-dist... | |
patching script interpreter paths in /nix/store/6kyjp7s6ywl0lqn420z737nfl6zzir3m-python3.13-inform-1.33-dist | |
Executing pythonRemoveTestsDir | |
Finished executing pythonRemoveTestsDir | |
Running phase: installCheckPhase | |
no Makefile or custom installCheckPhase, doing nothing | |
Running phase: pythonCatchConflictsPhase | |
Running phase: pythonRemoveBinBytecodePhase | |
Running phase: pythonImportsCheckPhase | |
Executing pythonImportsCheckPhase | |
Running phase: pytestCheckPhase | |
Executing pytestCheckPhase | |
============================= test session starts ============================== | |
platform darwin -- Python 3.13.1, pytest-8.3.3, pluggy-1.5.0 | |
rootdir: /private/tmp/nix-build-python3.13-inform-1.33.drv-0/source | |
configfile: pyproject.toml | |
plugins: hypothesis-6.112.2 | |
collected 196 items / 1 deselected / 195 selected | |
tests/test_debug.py .......... [ 5%] | |
tests/test_inform.py ........................................ [ 25%] | |
tests/test_utilities.py ................................................ [ 50%] | |
........................................................................ [ 87%] | |
...................... [ 98%] | |
tests/test_zdoctests.py .F. [100%] | |
=================================== FAILURES =================================== | |
_________________________________ test_inform __________________________________ | |
def test_inform(): | |
if sys.version_info < (3, 6): | |
# code used in doctests assumes python3.6 | |
return | |
rv = doctest.testfile('../inform/inform.py', optionflags=doctest.ELLIPSIS) | |
> assert rv.attempted == 173 | |
E assert 174 == 173 | |
E + where 174 = TestResults(failed=0, attempted=174, skipped=1).attempted | |
tests/test_zdoctests.py:26: AssertionError | |
=========================== short test summary info ============================ | |
FAILED tests/test_zdoctests.py::test_inform - assert 174 == 173 | |
================= 1 failed, 194 passed, 1 deselected in 1.76s ================== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment