Bug 1826539
| Summary: | python-jnius-1.3.0 is available / build with java-11-openjdk | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Upstream Release Monitoring <upstream-release-monitoring> |
| Component: | python-jnius | Assignee: | Raphael Groner <projects.rg> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | jvanek, projects.rg, python-sig |
| Target Milestone: | --- | Keywords: | FutureFeature, Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-jnius-1.3.0-5.fc33 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-10-05 16:34:40 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1803234, 1825969, 1858076 | ||
|
Description
Upstream Release Monitoring
2020-04-21 22:42:19 UTC
An HTTP error occurred downloading the package's new Source URLs: Getting https://github.com/kivy/pyjnius/archive/1.3.0.tar.gz#/pyjnius-1.3.0.tar.gz to ./pyjnius-1.3.0.tar.gz There are test failures:
ERROR: The functions should only raise an error when the vm is running.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
TypeError: test_set_options_vm_running() missing 2 required positional arguments: 'function' and 'args'
======================================================================
FAIL: test_jnius_config.TestJniusConfig.test_add_classpath
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/builddir/build/BUILD/pyjnius-1.3.0/tests/test_jnius_config.py", line 62, in test_add_classpath
assert jnius_config.vm_running is False
AssertionError
======================================================================
FAIL: test_jnius_config.TestJniusConfig.test_add_options
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/builddir/build/BUILD/pyjnius-1.3.0/tests/test_jnius_config.py", line 46, in test_add_options
assert jnius_config.vm_running is False
AssertionError
======================================================================
FAIL: test_jnius_config.TestJniusConfig.test_set_classpath
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/builddir/build/BUILD/pyjnius-1.3.0/tests/test_jnius_config.py", line 54, in test_set_classpath
assert jnius_config.vm_running is False
AssertionError
======================================================================
FAIL: test_jnius_config.TestJniusConfig.test_set_options
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/builddir/build/BUILD/pyjnius-1.3.0/tests/test_jnius_config.py", line 38, in test_set_options
assert jnius_config.vm_running is False
AssertionError
*** Bug 1858076 has been marked as a duplicate of this bug. *** FEDORA-2020-9651574ddd has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2020-9651574ddd FEDORA-2020-9651574ddd has been pushed to the Fedora 33 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-9651574ddd` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-9651574ddd See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2020-9651574ddd has been pushed to the Fedora 33 stable repository. If problem still persists, please make note of it in this bug report. |