i10ce
i8c
i8c-beta-stream-3.6
c8-beta-stream-3.6
i8c-beta-stream-2.7
c8-beta-stream-2.7
i8c-stream-3.6
c8-stream-3.6
i8c-stream-2.7
c8-stream-2.7
i9cf
f38
changed/i10ce/python-nose-1.3.7-59.el10
changed/i8c/python-nose-1.3.7-22.el8
changed/i9cf/python-nose-1.3.7-40.el9
changed/i8c-beta-stream-2.7/python-nose-1.3.7-31.module+el8.9.0+19487+7dc18407
changed/i8c-beta-stream-3.6/python-nose-1.3.7-31.module+el8.10.0+20784+edafcd43
changed/i8c-stream-2.7/python-nose-1.3.7-31.module+el8.5.0+12203+77770ab7
changed/i8c-stream-2.7/python-nose-1.3.7-31.module+el8.9.0+19487+7dc18407
changed/i8c-stream-3.6/python-nose-1.3.7-31.module+el8.5.0+12207+5c5719bc
changed/i8c-stream-3.6/python-nose-1.3.7-31.module+el8.9.0+20976+d3c38525
imports/c8-beta-stream-2.7/python-nose-1.3.7-31.module+el8.9.0+19487+7dc18407
imports/c8-beta-stream-3.6/python-nose-1.3.7-31.module+el8.10.0+20784+edafcd43
imports/c8-stream-2.7/python-nose-1.3.7-31.module+el8.5.0+12203+77770ab7
imports/c8-stream-2.7/python-nose-1.3.7-31.module+el8.9.0+19487+7dc18407
imports/c8-stream-3.6/python-nose-1.3.7-31.module+el8.5.0+12207+5c5719bc
imports/c8-stream-3.6/python-nose-1.3.7-31.module+el8.9.0+20976+d3c38525
imports/f38/python-nose-1.3.7-40.el9
${ noResults }
2 Commits (b7b5e58d935079c6d4a0e36003dd26e1f830d99b)
Author | SHA1 | Message | Date |
---|---|---|---|
Miro Hrončok | a02b950028 |
Python 3.11.0a2 fixes
The error was: + /usr/bin/python3 selftest.py Traceback (most recent call last): File "/builddir/build/BUILD/nose-1.3.7/build/tests/nose/plugins/manager.py", line 250, in __getattr__ return self._proxies[call] ~~~~~~~~~~~~~^^^^^^ KeyError: 'loadTestsFromModule' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/builddir/build/BUILD/nose-1.3.7/selftest.py", line 60, in <module> nose.run_exit() ^^^^^^^^^^^^^^^ File "/builddir/build/BUILD/nose-1.3.7/build/tests/nose/core.py", line 118, in __init__ unittest.TestProgram.__init__( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/unittest/main.py", line 101, in __init__ self.runTests() ^^^^^^^^^^^^^^^ File "/builddir/build/BUILD/nose-1.3.7/build/tests/nose/core.py", line 207, in runTests result = self.testRunner.run(self.test) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILD/nose-1.3.7/build/tests/nose/core.py", line 62, in run test(result) ^^^^^^^^^^^^ File "/builddir/build/BUILD/nose-1.3.7/build/tests/nose/suite.py", line 177, in __call__ return self.run(*arg, **kw) ^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILD/nose-1.3.7/build/tests/nose/suite.py", line 224, in run test(orig) ^^^^^^^^^^ File "/usr/lib64/python3.11/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) ^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILD/nose-1.3.7/build/tests/nose/suite.py", line 72, in run for test in self._tests: ^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILD/nose-1.3.7/build/tests/nose/suite.py", line 99, in _get_tests for test in self.test_generator: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILD/nose-1.3.7/build/tests/nose/loader.py", line 190, in loadTestsFromDir yield self.loadTestsFromName( ^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILD/nose-1.3.7/build/tests/nose/loader.py", line 430, in loadTestsFromName return self.loadTestsFromModule( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILD/nose-1.3.7/build/tests/nose/loader.py", line 353, in loadTestsFromModule tests.extend(self.loadTestsFromDir(module_path)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILD/nose-1.3.7/build/tests/nose/loader.py", line 182, in loadTestsFromDir yield self.loadTestsFromName( ^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILD/nose-1.3.7/build/tests/nose/loader.py", line 430, in loadTestsFromName return self.loadTestsFromModule( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILD/nose-1.3.7/build/tests/nose/loader.py", line 355, in loadTestsFromModule for test in self.config.plugins.loadTestsFromModule(module, path): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILD/nose-1.3.7/build/tests/nose/plugins/manager.py", line 252, in __getattr__ proxy = self.proxyClass(call, self._plugins) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILD/nose-1.3.7/build/tests/nose/plugins/manager.py", line 96, in __init__ self.addPlugin(p, call) ^^^^^^^^^^^^^^^^^^^^^^^ File "/builddir/build/BUILD/nose-1.3.7/build/tests/nose/plugins/manager.py", line 108, in addPlugin len(inspect.getargspec(meth)[0]) == 2: ^^^^^^^^^^^^^^^^^^ AttributeError: module 'inspect' has no attribute 'getargspec' |
3 years ago |
Miro Hrončok | e2daecb7e0 |
Python 3.11.0a1 fixes
https://bugzilla.redhat.com/show_bug.cgi?id=2019309 |
3 years ago |