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/pm4b2agybxq7axqnwraw7vr9ghaknamr-Flask-RESTful-0.3.9.tar.gz source root is Flask-RESTful-0.3.9 setting SOURCE_DATE_EPOCH to timestamp 1621279391 of file Flask-RESTful-0.3.9/setup.cfg @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/flask_restful copying flask_restful/fields.py -> build/lib/flask_restful copying flask_restful/inputs.py -> build/lib/flask_restful copying flask_restful/__init__.py -> build/lib/flask_restful copying flask_restful/reqparse.py -> build/lib/flask_restful copying flask_restful/__version__.py -> build/lib/flask_restful creating build/lib/flask_restful/utils copying flask_restful/utils/crypto.py -> build/lib/flask_restful/utils copying flask_restful/utils/__init__.py -> build/lib/flask_restful/utils copying flask_restful/utils/cors.py -> build/lib/flask_restful/utils creating build/lib/flask_restful/representations copying flask_restful/representations/__init__.py -> build/lib/flask_restful/representations copying flask_restful/representations/json.py -> build/lib/flask_restful/representations running egg_info writing Flask_RESTful.egg-info/PKG-INFO writing dependency_links to Flask_RESTful.egg-info/dependency_links.txt writing requirements to Flask_RESTful.egg-info/requires.txt writing top-level names to Flask_RESTful.egg-info/top_level.txt reading manifest file 'Flask_RESTful.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'CHANGES' warning: no previously-included files matching '*.pyc' found under directory 'docs' warning: no previously-included files matching '*.pyo' found under directory 'docs' warning: no previously-included files matching '*.pyc' found under directory 'tests' warning: no previously-included files matching '*.pyo' found under directory 'tests' warning: no previously-included files matching '*.pyc' found under directory 'examples' warning: no previously-included files matching '*.pyo' found under directory 'examples' no previously-included directories found matching 'docs/_build' no previously-included directories found matching 'docs/_themes' writing manifest file 'Flask_RESTful.egg-info/SOURCES.txt' 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/flask_restful copying build/lib/flask_restful/fields.py -> build/bdist.linux-x86_64/wheel/flask_restful copying build/lib/flask_restful/inputs.py -> build/bdist.linux-x86_64/wheel/flask_restful creating build/bdist.linux-x86_64/wheel/flask_restful/utils copying build/lib/flask_restful/utils/crypto.py -> build/bdist.linux-x86_64/wheel/flask_restful/utils copying build/lib/flask_restful/utils/__init__.py -> build/bdist.linux-x86_64/wheel/flask_restful/utils copying build/lib/flask_restful/utils/cors.py -> build/bdist.linux-x86_64/wheel/flask_restful/utils copying build/lib/flask_restful/__init__.py -> build/bdist.linux-x86_64/wheel/flask_restful copying build/lib/flask_restful/reqparse.py -> build/bdist.linux-x86_64/wheel/flask_restful copying build/lib/flask_restful/__version__.py -> build/bdist.linux-x86_64/wheel/flask_restful creating build/bdist.linux-x86_64/wheel/flask_restful/representations copying build/lib/flask_restful/representations/__init__.py -> build/bdist.linux-x86_64/wheel/flask_restful/representations copying build/lib/flask_restful/representations/json.py -> build/bdist.linux-x86_64/wheel/flask_restful/representations running install_egg_info Copying Flask_RESTful.egg-info to build/bdist.linux-x86_64/wheel/Flask_RESTful-0.3.9-py3.8.egg-info running install_scripts adding license file "LICENSE" (matched pattern "LICEN[CS]E*") adding license file "AUTHORS.md" (matched pattern "AUTHORS*") creating build/bdist.linux-x86_64/wheel/Flask_RESTful-0.3.9.dist-info/WHEEL creating 'dist/Flask_RESTful-0.3.9-py2.py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'flask_restful/__init__.py' adding 'flask_restful/__version__.py' adding 'flask_restful/fields.py' adding 'flask_restful/inputs.py' adding 'flask_restful/reqparse.py' adding 'flask_restful/representations/__init__.py' adding 'flask_restful/representations/json.py' adding 'flask_restful/utils/__init__.py' adding 'flask_restful/utils/cors.py' adding 'flask_restful/utils/crypto.py' adding 'Flask_RESTful-0.3.9.dist-info/AUTHORS.md' adding 'Flask_RESTful-0.3.9.dist-info/LICENSE' adding 'Flask_RESTful-0.3.9.dist-info/METADATA' adding 'Flask_RESTful-0.3.9.dist-info/WHEEL' adding 'Flask_RESTful-0.3.9.dist-info/top_level.txt' adding 'Flask_RESTful-0.3.9.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Finished executing setuptoolsBuildPhase @nix { "action": "setPhase", "phase": "installPhase" } installing Executing pipInstallPhase /build/Flask-RESTful-0.3.9/dist /build/Flask-RESTful-0.3.9 Processing ./Flask_RESTful-0.3.9-py2.py3-none-any.whl Requirement already satisfied: pytz in /nix/store/x56h4rvndrb0mnk55wqc2bz0f2dnvxhy-python3.8-pytz-2021.1/lib/python3.8/site-packages (from Flask-RESTful==0.3.9) (2021.1) Requirement already satisfied: aniso8601>=0.82 in /nix/store/z8pdr2fp6mza252bnc1kd74r375r97bv-python3.8-aniso8601-9.0.1/lib/python3.8/site-packages (from Flask-RESTful==0.3.9) (9.0.1) Requirement already satisfied: six>=1.3.0 in /nix/store/zq56g4q1fhjg1w954p8w72ny7aswj44z-python3.8-six-1.16.0/lib/python3.8/site-packages (from Flask-RESTful==0.3.9) (1.16.0) Requirement already satisfied: Flask>=0.8 in /nix/store/zf841d1hpna5hdxa8h89mc8s4c8zprl8-python3.8-Flask-2.0.1/lib/python3.8/site-packages (from Flask-RESTful==0.3.9) (2.0.1) Requirement already satisfied: Jinja2>=3.0 in /nix/store/wnxnhcnh9ffbn1q8hgrm61q3csaifdbx-python3.8-Jinja2-3.0.1/lib/python3.8/site-packages (from Flask>=0.8->Flask-RESTful==0.3.9) (3.0.1) Requirement already satisfied: click>=7.1.2 in /nix/store/356bqiisy3193grfvp1kixbhf99y47r9-python3.8-click-8.0.1/lib/python3.8/site-packages (from Flask>=0.8->Flask-RESTful==0.3.9) (8.0.1) Requirement already satisfied: itsdangerous>=2.0 in /nix/store/fib3lbmsswz786zpcqk14yzk0k2yk5in-python3.8-itsdangerous-2.0.1/lib/python3.8/site-packages (from Flask>=0.8->Flask-RESTful==0.3.9) (2.0.1) Requirement already satisfied: Werkzeug>=2.0 in /nix/store/ca3qdvsi9p470dyr0qv7366wfhqvwxav-python3.8-Werkzeug-2.0.1/lib/python3.8/site-packages (from Flask>=0.8->Flask-RESTful==0.3.9) (2.0.1) Requirement already satisfied: MarkupSafe>=2.0 in /nix/store/vqkmp51f80dk3jkyfaqky7gn0zpxifng-python3.8-markupsafe-2.0.1/lib/python3.8/site-packages (from Jinja2>=3.0->Flask>=0.8->Flask-RESTful==0.3.9) (2.0.1) Installing collected packages: Flask-RESTful Successfully installed Flask-RESTful-0.3.9 /build/Flask-RESTful-0.3.9 Finished executing pipInstallPhase @nix { "action": "setPhase", "phase": "fixupPhase" } post-installation fixup shrinking RPATHs of ELF executables and libraries in /nix/store/rjc8rkf0dwvb6gygabx0maamq0v2b2f9-python3.8-Flask-RESTful-0.3.9 strip is /nix/store/fh9f7pr9kxfwvs8lm4479lvhrkzmmkdw-binutils-2.35.1/bin/strip stripping (with command strip and flags -S) in /nix/store/rjc8rkf0dwvb6gygabx0maamq0v2b2f9-python3.8-Flask-RESTful-0.3.9/lib patching script interpreter paths in /nix/store/rjc8rkf0dwvb6gygabx0maamq0v2b2f9-python3.8-Flask-RESTful-0.3.9 checking for references to /build/ in /nix/store/rjc8rkf0dwvb6gygabx0maamq0v2b2f9-python3.8-Flask-RESTful-0.3.9... 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 @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/Flask-RESTful-0.3.9 collecting ...  collecting 12 items  collected 319 items  tests/test_accept.py ............ [ 3%] tests/test_api.py x..................................................... [ 20%] ............................ [ 29%] tests/test_api_with_blueprint.py ............. [ 33%] tests/test_cors.py .... [ 34%] tests/test_fields.py xxxx............................................... [ 50%] .................... [ 57%] tests/test_inputs.py xxxxxxx.xx.....................x.x [ 67%] tests/test_reqparse.py ................................................. [ 83%] ...................................................... [100%] =============================== warnings summary =============================== ../../nix/store/q8ibqpijsn9gf2x8jfkhagpzifk38pr6-python3.8-nose-1.3.7/lib/python3.8/site-packages/nose/importer.py:12 /nix/store/q8ibqpijsn9gf2x8jfkhagpzifk38pr6-python3.8-nose-1.3.7/lib/python3.8/site-packages/nose/importer.py:12: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses from imp import find_module, load_module, acquire_lock, release_lock tests/test_api.py:27 tests/test_api.py:27: PytestCollectionWarning: yield tests were removed in pytest 4.0 - test_unpack will be ignored def test_unpack(): tests/test_fields.py:29 tests/test_fields.py:29: PytestCollectionWarning: yield tests were removed in pytest 4.0 - test_float will be ignored def test_float(): tests/test_fields.py:39 tests/test_fields.py:39: PytestCollectionWarning: yield tests were removed in pytest 4.0 - test_boolean will be ignored def test_boolean(): tests/test_fields.py:51 tests/test_fields.py:51: PytestCollectionWarning: yield tests were removed in pytest 4.0 - test_rfc822_datetime_formatters will be ignored def test_rfc822_datetime_formatters(): tests/test_fields.py:65 tests/test_fields.py:65: PytestCollectionWarning: yield tests were removed in pytest 4.0 - test_iso8601_datetime_formatters will be ignored def test_iso8601_datetime_formatters(): tests/test_inputs.py:13 tests/test_inputs.py:13: PytestCollectionWarning: yield tests were removed in pytest 4.0 - test_reverse_rfc822_datetime will be ignored def test_reverse_rfc822_datetime(): tests/test_inputs.py:24 tests/test_inputs.py:24: PytestCollectionWarning: yield tests were removed in pytest 4.0 - test_reverse_iso8601_datetime will be ignored def test_reverse_iso8601_datetime(): tests/test_inputs.py:36 tests/test_inputs.py:36: PytestCollectionWarning: yield tests were removed in pytest 4.0 - test_urls will be ignored def test_urls(): tests/test_inputs.py:68 tests/test_inputs.py:68: PytestCollectionWarning: yield tests were removed in pytest 4.0 - test_bad_urls will be ignored def test_bad_urls(): tests/test_inputs.py:90 tests/test_inputs.py:90: PytestCollectionWarning: yield tests were removed in pytest 4.0 - test_bad_url_error_message will be ignored def test_bad_url_error_message(): tests/test_inputs.py:111 tests/test_inputs.py:111: PytestCollectionWarning: yield tests were removed in pytest 4.0 - test_regex_bad_input will be ignored def test_regex_bad_input(): tests/test_inputs.py:125 tests/test_inputs.py:125: PytestCollectionWarning: yield tests were removed in pytest 4.0 - test_regex_good_input will be ignored def test_regex_good_input(): tests/test_inputs.py:143 tests/test_inputs.py:143: PytestCollectionWarning: yield tests were removed in pytest 4.0 - test_regex_flags_good_input will be ignored def test_regex_flags_good_input(): tests/test_inputs.py:156 tests/test_inputs.py:156: PytestCollectionWarning: yield tests were removed in pytest 4.0 - test_regex_flags_bad_input will be ignored def test_regex_flags_bad_input(): tests/test_inputs.py:242 tests/test_inputs.py:242: PytestCollectionWarning: yield tests were removed in pytest 4.0 - test_isointerval will be ignored def test_isointerval(): tests/test_inputs.py:409 tests/test_inputs.py:409: PytestCollectionWarning: yield tests were removed in pytest 4.0 - test_bad_isointervals will be ignored def test_bad_isointervals(): -- Docs: https://docs.pytest.org/en/stable/warnings.html ================= 303 passed, 16 xfailed, 17 warnings in 1.95s ================= Finished executing pytestCheckPhase @nix { "action": "setPhase", "phase": "pytestcachePhase" } pytestcachePhase