Bug 1705687 - python3-pytest-asyncio FTBFS with Python 3.8
Summary: python3-pytest-asyncio FTBFS with Python 3.8
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python3-pytest-asyncio
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
urgent
Target Milestone: ---
Assignee: Julien Enselme
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: PYTHON38
TreeView+ depends on / blocked
 
Reported: 2019-05-02 18:41 UTC by Miro Hrončok
Modified: 2022-06-14 07:03 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-05-27 12:26:48 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
Full log from Copr (92.45 KB, text/plain)
2019-05-02 18:41 UTC, Miro Hrončok
no flags Details

Description Miro Hrončok 2019-05-02 18:41:38 UTC
Created attachment 1561907 [details]
Full log from Copr

python3-pytest-asyncio 0.10.0-2.fc31 fails to build with Python 3.8 due to a %check failure:

==================================== ERRORS ====================================
___________________ ERROR at setup of test_dependent_fixture ___________________
tests/conftest.py:24: in dependent_fixture
    event_loop.run_until_complete(just_a_sleep())
/usr/lib64/python3.8/asyncio/base_events.py:589: in run_until_complete
    return future.result()
tests/conftest.py:20: in just_a_sleep
    await asyncio.sleep(0.1, loop=event_loop)
/usr/lib64/python3.8/asyncio/tasks.py:602: in sleep
    warnings.warn("The loop argument is deprecated and scheduled for "
E   DeprecationWarning: The loop argument is deprecated and scheduled for removal in Python 3.10.
___________________ ERROR at setup of test_dependent_fixture ___________________
tests/conftest.py:24: in dependent_fixture
    event_loop.run_until_complete(just_a_sleep())
/usr/lib64/python3.8/asyncio/base_events.py:589: in run_until_complete
    return future.result()
tests/conftest.py:20: in just_a_sleep
    await asyncio.sleep(0.1, loop=event_loop)
/usr/lib64/python3.8/asyncio/tasks.py:602: in sleep
    warnings.warn("The loop argument is deprecated and scheduled for "
E   DeprecationWarning: The loop argument is deprecated and scheduled for removal in Python 3.10.
=========================== short test summary info ============================
SKIPPED [1] tests/async_fixtures/test_coroutine_fixtures.py:23: @asyncio.coroutine fixtures are not supported yet
XFAIL tests/test_simple.py::test_asyncio_marker_fail
  need a failure
=========== 34 passed, 1 skipped, 1 xfailed, 2 error in 0.98 seconds ===========

Full log attached.

Comment 1 Miro Hrončok 2019-05-24 06:11:36 UTC
This is now blocking python-backoff and that appears to be a new dependency of bodhi.


Note You need to log in before you can comment on or make changes to this bug.