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/inputs.py -> build/lib/flask_restful copying flask_restful/fields.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/__init__.py -> build/lib/flask_restful/utils copying flask_restful/utils/crypto.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/json.py -> build/lib/flask_restful/representations copying flask_restful/representations/__init__.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' adding license file 'LICENSE' adding license file 'AUTHORS.md' 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/inputs.py -> 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/__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/utils copying build/lib/flask_restful/utils/__init__.py -> 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/cors.py -> build/bdist.linux-x86_64/wheel/flask_restful/utils creating 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 copying build/lib/flask_restful/representations/__init__.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.7.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/d04n59wvs6czhb2zf3fjgsz711mdy813-python3.7-pytz-2021.1/lib/python3.7/site-packages (from Flask-RESTful==0.3.9) (2021.1) Requirement already satisfied: aniso8601>=0.82 in /nix/store/026fkqn6w5s7rsp3yzw8kmrnv5rj8xn0-python3.7-aniso8601-9.0.1/lib/python3.7/site-packages (from Flask-RESTful==0.3.9) (9.0.1) Requirement already satisfied: six>=1.3.0 in /nix/store/cz0zwcgmhgrz3mv722xnmfnnbg8ybrvf-python3.7-six-1.16.0/lib/python3.7/site-packages (from Flask-RESTful==0.3.9) (1.16.0) Requirement already satisfied: Flask>=0.8 in /nix/store/558j4scy6xlwncn1b4psjq03giy53k9z-python3.7-Flask-2.0.1/lib/python3.7/site-packages (from Flask-RESTful==0.3.9) (2.0.1) Requirement already satisfied: click>=7.1.2 in /nix/store/vcypmcsdix374rrd19962i0dbizfdkjm-python3.7-click-8.0.1/lib/python3.7/site-packages (from Flask>=0.8->Flask-RESTful==0.3.9) (8.0.1) Requirement already satisfied: itsdangerous>=2.0 in /nix/store/7ldi4b7lmdkbbfd63bbdalram86qjg64-python3.7-itsdangerous-2.0.1/lib/python3.7/site-packages (from Flask>=0.8->Flask-RESTful==0.3.9) (2.0.1) Requirement already satisfied: Jinja2>=3.0 in /nix/store/gpc8yl01mj0xni96xib5wvrn1348qy0d-python3.7-Jinja2-3.0.1/lib/python3.7/site-packages (from Flask>=0.8->Flask-RESTful==0.3.9) (3.0.1) Requirement already satisfied: Werkzeug>=2.0 in /nix/store/r8iz3zjfxr905r58cdmrx804mjzdsk5g-python3.7-werkzeug-2.0.1/lib/python3.7/site-packages (from Flask>=0.8->Flask-RESTful==0.3.9) (2.0.1) Requirement already satisfied: importlib-metadata in /nix/store/njxn9irhqdk7ypq95jlxkk34qp9i3jw0-python3.7-importlib-metadata-4.6.4/lib/python3.7/site-packages (from click>=7.1.2->Flask>=0.8->Flask-RESTful==0.3.9) (4.6.4) Requirement already satisfied: MarkupSafe>=2.0 in /nix/store/fwhx0cwrqyswl6vajd2nizymsak88bkj-python3.7-markupsafe-2.0.1/lib/python3.7/site-packages (from Jinja2>=3.0->Flask>=0.8->Flask-RESTful==0.3.9) (2.0.1) Requirement already satisfied: zipp>=0.5 in /nix/store/77xq9qidrg94c2ddwcv7c8awphndir66-python3.7-zipp-3.5.0/lib/python3.7/site-packages (from importlib-metadata->click>=7.1.2->Flask>=0.8->Flask-RESTful==0.3.9) (3.5.0) Requirement already satisfied: typing-extensions>=3.6.4 in /nix/store/czmqjwmwmnb3i5nv4jhsrdvsrpblfs1w-python3.7-typing_extensions-3.10.0.2/lib/python3.7/site-packages (from importlib-metadata->click>=7.1.2->Flask>=0.8->Flask-RESTful==0.3.9) (3.10.0.2) 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/kxz8p97v5fkwg33i48grzpp5fwcagcjc-python3.7-Flask-RESTful-0.3.9 strip is /nix/store/a4mmjm3bblxwp8h53bcfx3dly80ib0ba-binutils-2.35.1/bin/strip stripping (with command strip and flags -S) in /nix/store/kxz8p97v5fkwg33i48grzpp5fwcagcjc-python3.7-Flask-RESTful-0.3.9/lib patching script interpreter paths in /nix/store/kxz8p97v5fkwg33i48grzpp5fwcagcjc-python3.7-Flask-RESTful-0.3.9 checking for references to /build/ in /nix/store/kxz8p97v5fkwg33i48grzpp5fwcagcjc-python3.7-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.7.11, pytest-6.2.5, py-1.10.0, pluggy-1.0.0 rootdir: /build/Flask-RESTful-0.3.9 collecting ...  collecting 93 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/f4vfvy3pnn27c1ml8c4mrm28b64qcpwa-python3.7-nose-1.3.7/lib/python3.7/site-packages/nose/importer.py:12 /nix/store/f4vfvy3pnn27c1ml8c4mrm28b64qcpwa-python3.7-nose-1.3.7/lib/python3.7/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 2.68s ================= Finished executing pytestCheckPhase @nix { "action": "setPhase", "phase": "pytestcachePhase" } pytestcachePhase