Bug 1761096
| Summary: | python-pytest-tornado epel8 branch | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Georg Sauthoff <fedora> |
| Component: | python-pytest-tornado | Assignee: | Orion Poplawski <orion> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 29 | CC: | orion, python-sig, quantum.analyst |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-pytest-tornado-0.8.0-4.el8 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-10-29 00:42:10 UTC | Type: | Bug |
| 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: | 1759121 | ||
|
Description
Georg Sauthoff
2019-10-12 13:03:03 UTC
Hmm, main issue seems to be start starting with version 0.6.0, pytest-tornado requires pytest >= 3.6 but RHEL8 ships pytest 3.4.2. Then 0.5.0 fails because it seems like it targets tornado 4 more than tornado 6 which is in epel:
> yield gen.Task(io_loop.add_callback)
E AttributeError: module 'tornado.gen' has no attribute 'Task'
pytest_tornado/test/test_param.py:56: AttributeError
Feel free to work on this (I see you've requested the branch already), but I have no interest in EPEL. FEDORA-EPEL-2019-54c80d6ed6 has been submitted as an update to Fedora EPEL 8. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-54c80d6ed6 python-pytest-tornado-0.8.0-4.el8, python3-pytest-asyncio-0.10.0-1.el8.2 has been pushed to the Fedora EPEL 8 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-54c80d6ed6 python-pytest-tornado-0.8.0-4.el8, python3-pytest-asyncio-0.10.0-1.el8.2 has been pushed to the Fedora EPEL 8 stable repository. If problems still persist, please make note of it in this bug report. |