+ PYTHONPATH=/home/tkloczko/rpmbuild/BUILDROOT/python-rope-1.12.0-2.fc35.x86_64/usr/lib64/python3.8/site-packages:/home/tkloczko/rpmbuild/BUILDROOT/python-rope-1.12.0-2.fc35.x86_64/usr/lib/python3.8/site-packages+ /usr/bin/pytest -ra -m 'not network'==================================================================================== test session starts ====================================================================================platform linux -- Python 3.8.18, pytest-7.4.4, pluggy-1.3.0rootdir: /home/tkloczko/rpmbuild/BUILD/rope-1.12.0configfile: pyproject.tomlplugins: subprocess-1.5.0collected 2072 itemsropetest/advanced_oi_test.py ............................................................ [ 2%]ropetest/builtinstest.py ............................................................... [ 5%]ropetest/codeanalyzetest.py ................................................................................................................................................... [ 13%]ropetest/doatest.py .... [ 13%]ropetest/historytest.py ........................................ [ 15%]ropetest/objectdbtest.py ................... [ 16%]ropetest/objectinfertest.py ................................. [ 17%]ropetest/projecttest.py ........................................................................................................................ [ 23%]ropetest/pycoretest.py ................................................................................................................................ [ 29%]ropetest/pyscopestest.py .............................................. [ 31%]ropetest/reprtest.py ................ [ 32%]ropetest/runmodtest.py ......... [ 33%]ropetest/serializer_test.py ............................................................ [ 35%]ropetest/simplifytest.py ............... [ 36%]ropetest/type_hinting_test.py ..............................x.................x.................x.................x.......... [ 41%]ropetest/versioningtest.py ..... [ 41%]ropetest/contrib/autoimporttest.py .................F........ [ 42%]ropetest/contrib/changestacktest.py . [ 42%]ropetest/contrib/codeassisttest.py .................................................................................................................................................. [ 49%]........................ [ 51%]ropetest/contrib/finderrorstest.py ..... [ 51%]ropetest/contrib/findittest.py ........... [ 51%]ropetest/contrib/fixmodnamestest.py .... [ 51%]ropetest/contrib/generatetest.py .............................. [ 53%]ropetest/contrib/autoimport/autoimporttest.py ................ [ 54%]ropetest/contrib/autoimport/modeltest.py ........... [ 54%]ropetest/contrib/autoimport/parsetest.py ... [ 54%]ropetest/contrib/autoimport/utilstest.py ........... [ 55%]ropetest/refactor/__init__.py ...................................................................... [ 58%]ropetest/refactor/change_signature_test.py ........................................ [ 60%]ropetest/refactor/extracttest.py .............................................s..........sss....x......................s............................................................. [ 67%]...................... [ 68%]ropetest/refactor/importutilstest.py ............................................................................................................................................... [ 75%]ropetest/refactor/inlinetest.py ............................................................................................... [ 80%]ropetest/refactor/movetest.py .......................................................................... [ 83%]ropetest/refactor/multiprojecttest.py .... [ 84%]ropetest/refactor/patchedasttest.py ..........................s..s.s.........................................................ssssssssss............................s.s.s..s.......... [ 91%]. [ 91%]ropetest/refactor/renametest.py ......................................................................................... [ 95%]ropetest/refactor/restructuretest.py ....................... [ 96%]ropetest/refactor/similarfindertest.py ..................................... [ 98%]ropetest/refactor/suitestest.py .......s............. [ 99%]ropetest/refactor/usefunctiontest.py ............ [100%]========================================================================================= FAILURES ==========================================================================================___________________________________________________________________________ AutoImportTest.test_search_submodule ____________________________________________________________________________self = <ropetest.contrib.autoimporttest.AutoImportTest testMethod=test_search_submodule> def test_search_submodule(self): self.importer.update_module("build") import_statement = ("from build import env", "env")
> self.assertIn(import_statement, self.importer.search("env", exact_match=True))E AssertionError: ('from build import env', 'env') not found in []ropetest/contrib/autoimporttest.py:116: AssertionError===================================================================================== warnings summary ======================================================================================ropetest/advanced_oi_test.py: 60 warningsropetest/builtinstest.py: 63 warningsropetest/codeanalyzetest.py: 15 warningsropetest/historytest.py: 40 warningsropetest/objectdbtest.py: 19 warningsropetest/objectinfertest.py: 33 warningsropetest/projecttest.py: 127 warningsropetest/pycoretest.py: 123 warningsropetest/pyscopestest.py: 46 warningsropetest/reprtest.py: 16 warningsropetest/runmodtest.py: 9 warningsropetest/type_hinting_test.py: 76 warningsropetest/versioningtest.py: 5 warningsropetest/contrib/autoimporttest.py: 26 warningsropetest/contrib/changestacktest.py: 1 warningropetest/contrib/codeassisttest.py: 170 warningsropetest/contrib/finderrorstest.py: 5 warningsropetest/contrib/findittest.py: 11 warningsropetest/contrib/fixmodnamestest.py: 4 warningsropetest/contrib/generatetest.py: 30 warningsropetest/contrib/autoimport/autoimporttest.py: 18 warningsropetest/contrib/autoimport/utilstest.py: 5 warningsropetest/refactor/__init__.py: 59 warningsropetest/refactor/change_signature_test.py: 40 warningsropetest/refactor/extracttest.py: 165 warningsropetest/refactor/importutilstest.py: 143 warningsropetest/refactor/inlinetest.py: 95 warningsropetest/refactor/movetest.py: 74 warningsropetest/refactor/multiprojecttest.py: 8 warningsropetest/refactor/renametest.py: 89 warningsropetest/refactor/restructuretest.py: 23 warningsropetest/refactor/similarfindertest.py: 32 warningsropetest/refactor/usefunctiontest.py: 12 warnings /home/tkloczko/rpmbuild/BUILD/rope-1.12.0/rope/base/project.py:229: DeprecationWarning: Delete once deprecated functions are gone self._init_source_folders()ropetest/advanced_oi_test.py: 139 warningsropetest/projecttest.py: 5 warningsropetest/runmodtest.py: 46 warningsropetest/refactor/multiprojecttest.py: 4 warnings /home/tkloczko/rpmbuild/BUILD/rope-1.12.0/rope/base/libutils.py:34: DeprecationWarning: relative is deprecated return relative(project.address, path)ropetest/contrib/autoimporttest.py: 27 warningsropetest/contrib/autoimport/autoimporttest.py: 17 warnings /home/tkloczko/rpmbuild/BUILD/rope-1.12.0/rope/contrib/autoimport/sqlite.py:124: DeprecationWarning: The default value for `AutoImport(memory)` argument will change to use an on-disk database by default in the future. If you want to use an in-memory database, you need to pass `AutoImport(memory=True)` explicitly. warnings.warn(ropetest/refactor/__init__.py::TaskHandleTest::test_getting_job_name /home/tkloczko/rpmbuild/BUILD/rope-1.12.0/ropetest/refactor/__init__.py:1125: DeprecationWarning: Just use JobSet.name attribute/property instead self.assertEqual("test job set", jobs.get_name())ropetest/refactor/__init__.py::TaskHandleTest::test_getting_job_name /home/tkloczko/rpmbuild/BUILD/rope-1.12.0/ropetest/refactor/__init__.py:1126: DeprecationWarning: Just use JobSet.job_name attribute/property instead self.assertEqual(None, jobs.get_active_job_name())ropetest/refactor/__init__.py::TaskHandleTest::test_getting_job_name /home/tkloczko/rpmbuild/BUILD/rope-1.12.0/ropetest/refactor/__init__.py:1129: DeprecationWarning: Just use JobSet.name attribute/property instead self.assertEqual("test job set", jobs.get_name())ropetest/refactor/__init__.py::TaskHandleTest::test_getting_job_name /home/tkloczko/rpmbuild/BUILD/rope-1.12.0/ropetest/refactor/__init__.py:1131: DeprecationWarning: Just use JobSet.job_name attribute/property instead self.assertEqual("job1", jobs.get_active_job_name())-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html================================================================================== short test summary info ==================================================================================SKIPPED [1] ropetest/refactor/extracttest.py:1870: This test requires version of Python higher than 3.11SKIPPED [1] ropetest/refactor/extracttest.py:3451: This test requires version of Python higher than 3.10SKIPPED [1] ropetest/refactor/extracttest.py:3475: This test requires version of Python higher than 3.10SKIPPED [1] ropetest/refactor/extracttest.py:3496: This test requires version of Python higher than 3.10SKIPPED [1] ropetest/refactor/extracttest.py:2515: This test requires version of Python lower than 3.8SKIPPED [1] ropetest/refactor/patchedasttest.py:435: This test requires version of Python lower than 3.5SKIPPED [1] ropetest/refactor/patchedasttest.py:422: This test requires version of Python lower than 3.5SKIPPED [1] ropetest/refactor/patchedasttest.py:405: This test requires version of Python lower than 3.5SKIPPED [1] ropetest/refactor/patchedasttest.py:1304: This test requires version of Python higher than 3.10SKIPPED [1] ropetest/refactor/patchedasttest.py:1290: This test requires version of Python higher than 3.10SKIPPED [1] ropetest/refactor/patchedasttest.py:1373: This test requires version of Python higher than 3.10SKIPPED [1] ropetest/refactor/patchedasttest.py:1387: This test requires version of Python higher than 3.10SKIPPED [1] ropetest/refactor/patchedasttest.py:1336: This test requires version of Python higher than 3.10SKIPPED [1] ropetest/refactor/patchedasttest.py:1457: This test requires version of Python higher than 3.10SKIPPED [1] ropetest/refactor/patchedasttest.py:1425: This test requires version of Python higher than 3.10SKIPPED [1] ropetest/refactor/patchedasttest.py:1405: This test requires version of Python higher than 3.10SKIPPED [1] ropetest/refactor/patchedasttest.py:1484: This test requires version of Python higher than 3.10SKIPPED [1] ropetest/refactor/patchedasttest.py:1359: This test requires version of Python higher than 3.10SKIPPED [1] ropetest/refactor/patchedasttest.py:1236: This test requires version of Python lower than 3.5SKIPPED [1] ropetest/refactor/patchedasttest.py:1216: This test requires version of Python lower than 3.5SKIPPED [1] ropetest/refactor/patchedasttest.py:1226: This test requires version of Python lower than 3.5SKIPPED [1] ropetest/refactor/patchedasttest.py:1157: This test requires version of Python higher than 3.11SKIPPED [1] ropetest/refactor/suitestest.py:204: This test requires version of Python higher than 3.10XFAIL ropetest/type_hinting_test.py::DocstringNoneAssignmentHintingTest::test_hint_or - reason: failing configuration (but should work)XFAIL ropetest/type_hinting_test.py::DocstringNotImplementedAssignmentHintingTest::test_hint_or - reason: failing configuration (but should work)XFAIL ropetest/type_hinting_test.py::PEP0484CommentNoneAssignmentHintingTest::test_hint_or - reason: failing configuration (but should work)XFAIL ropetest/type_hinting_test.py::PEP0484CommentNotImplementedAssignmentHintingTest::test_hint_or - reason: failing configuration (but should work)XFAIL ropetest/refactor/extracttest.py::ExtractMethodTest::test_extract_method_f_string_false_format_value_in_regular_string - reason:FAILED ropetest/contrib/autoimporttest.py::AutoImportTest::test_search_submodule - AssertionError: ('from build import env', 'env') not found in []=========================================================== 1 failed, 2043 passed, 23 skipped, 5 xfailed, 1884 warnings in 23.04s ===========================================================
python3 -sBm build -w --no-isolationbuildwith--no-isolationI'm using during all processes only locally installed modulescut off from access to the public network(pytest is executed with-m "not network")Here is pytest output:
That unit has been failing with prev version as well.
List of installed modules in build env:
Please let me know if you need more details or want me to perform some diagnostics.