Commit Graph

47 Commits

Author SHA256 Message Date
Ana Guerrero
5e476c6c7c Accepting request 1179085 from devel:languages:python:pytest
- update to 0.23.7:
  * Silence deprecation warnings about unclosed event loops that
    occurred with certain CPython patch releases

OBS-URL: https://build.opensuse.org/request/show/1179085
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-asyncio?expand=0&rev=21
2024-06-07 13:01:51 +00:00
aeb873394b - update to 0.23.7:
* Silence deprecation warnings about unclosed event loops that
    occurred with certain CPython patch releases

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=44
2024-06-06 20:27:05 +00:00
Ana Guerrero
48d227f89e Accepting request 1160433 from devel:languages:python:pytest
- update to 0.23.6:
  * compatibiltiy with pytest 8.2

OBS-URL: https://build.opensuse.org/request/show/1160433
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-asyncio?expand=0&rev=20
2024-03-26 18:24:21 +00:00
93c6c9b047 - update to 0.23.6:
* compatibiltiy with pytest 8.2

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=42
2024-03-21 17:04:54 +00:00
Ana Guerrero
4f724d43ca Accepting request 1158427 from devel:languages:python:pytest
- update to 0.23.5.post1:
  * Declare compatibility with pytest 8
  * Fix typing errors with recent versions of mypy #769
  * Prevent DeprecationWarning about internal use of
    `asyncio.get_event_loop()` from affecting test cases #757

OBS-URL: https://build.opensuse.org/request/show/1158427
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-asyncio?expand=0&rev=19
2024-03-18 15:44:07 +00:00
b90a05e029 - update to 0.23.5.post1:
* Declare compatibility with pytest 8
  * Fix typing errors with recent versions of mypy #769
  * Prevent DeprecationWarning about internal use of
    `asyncio.get_event_loop()` from affecting test cases #757

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=40
2024-03-16 09:46:58 +00:00
Dominique Leuenberger
615a458611 Accepting request 1154886 from devel:languages:python:pytest
OBS-URL: https://build.opensuse.org/request/show/1154886
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-asyncio?expand=0&rev=18
2024-03-06 22:02:58 +00:00
a237baeb44 Accepting request 1154291 from home:bnavigator:branches:devel:languages:python:numeric
- Update to 0.23.5
  * Declare compatibility with pytest 8 #737
  * Fix typing errors with recent versions of mypy #769
  * Prevent DeprecationWarning about internal use of
    asyncio.get_event_loop() from affecting test cases #757
  ## Known issues
  * As of v0.23, pytest-asyncio attaches an asyncio event loop to
    each item of the test suite (i.e. session, packages, modules,
    classes, functions) and allows tests to be run in those loops
    when marked accordingly. Pytest-asyncio currently assumes that
    async fixture scope is correlated with the new event loop
    scope. This prevents fixtures from being evaluated
    independently from the event loop scope and breaks some
    existing test suites (see #706). For example, a test suite may
    require all fixtures and tests to run in the same event loop,
    but have async fixtures that are set up and torn down for each
    module. If you're affected by this issue, please continue using
    the v0.21 release, until it is resolved.
- Release 0.23.4
  * pytest-asyncio no longer imports additional, unrelated packages
    during test collection #729
  * Addresses further issues that caused an internal pytest error
    during test collection
  * Declares incompatibility with pytest 8 #737

OBS-URL: https://build.opensuse.org/request/show/1154291
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=38
2024-03-04 16:48:18 +00:00
bd5ea91799 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=37 2024-01-02 12:15:24 +00:00
0220ff5e29 - update to 0.23.3:
* Fixes a bug that caused event loops to be closed prematurely
    when using async generator fixtures with class scope or wider
    in a function-scoped test #706
  * Fixes various bugs that caused an internal pytest error
    during test collection #711 #713 #719
  * Fixes a bug that caused an internal pytest error when
    collecting .txt files
  * Fixes a bug that caused an internal pytest error when using
    module-level skips #701
    This release is backwards-compatible with v0.21. Changes are
    non-breaking, unless you upgrade from v0.22.
  * BREAKING: The asyncio_event_loop mark has been removed.
    Event loops with class, module, package, and session scopes
    can be requested via the scope keyword argument to the
    _asyncio_ mark. -
    Introduces the event_loop_policy fixture which allows testing
    with non-default or multiple event loops
  * Introduces pytest_asyncio.is_async_test which returns whether
    a test item is managed by pytest-asyncio
  * Removes and pytest trio, mypy, and flaky from the test
    dependencies
  * Deprecate redefinition of the event_loop fixture. #587 Users
    requiring a class-scoped or module-scoped asyncio event loop
    for their tests should mark the corresponding class or module
    with asyncio_event_loop.
  * Test items based on asynchronous generators always exit with
    xfail status and emit a warning during the collection phase.
    This behavior is consistent with synchronous yield tests.
    #642

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=36
2024-01-02 12:15:19 +00:00
Ana Guerrero
06a166d79c Accepting request 1124081 from devel:languages:python:pytest
remove unnecessary dependency on async_generator

  * Prevent DeprecationWarning to bubble up on CPython 3.10.9 and 3.11.1. #460
- Inject multibuild to defeat a build loop
- Initial release of python-pytest-asyncio 0.8.0

OBS-URL: https://build.opensuse.org/request/show/1124081
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-asyncio?expand=0&rev=17
2023-11-08 21:17:08 +00:00
de06afb400 - remove unnecessary dependency on async_generator
* Prevent DeprecationWarning to bubble up on CPython 3.10.9 and 3.11.1. #460
- Inject multibuild to defeat a build loop
- Initial release of python-pytest-asyncio 0.8.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=34
2023-11-07 19:34:54 +00:00
Ana Guerrero
25b861864f Accepting request 1118228 from devel:languages:python:pytest
OBS-URL: https://build.opensuse.org/request/show/1118228
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-asyncio?expand=0&rev=16
2023-10-19 20:47:10 +00:00
Markéta Machová
c473b19c6d Accepting request 1118224 from home:mcalabkova:branches:devel:languages:python:pytest
- Add hypothesis-health-check.patch to fix tests

for Staging:F

OBS-URL: https://build.opensuse.org/request/show/1118224
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=32
2023-10-17 08:39:29 +00:00
Ana Guerrero
5fba09db8b Accepting request 1100438 from devel:languages:python:pytest
- update to 0.21.1:
  * Output a proper error message when an invalid
    ``asyncio_mode`` is selected.
  * Extend warning message about unclosed event loops with
    additional possible cause.
  * Previously, some tests reported "skipped" or "xfailed" as a
    result. Now all tests report a "success" result.

OBS-URL: https://build.opensuse.org/request/show/1100438
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-asyncio?expand=0&rev=15
2023-07-26 11:21:39 +00:00
ccb9fb7558 - update to 0.21.1:
* Output a proper error message when an invalid
    ``asyncio_mode`` is selected.
  * Extend warning message about unclosed event loops with
    additional possible cause.
  * Previously, some tests reported "skipped" or "xfailed" as a
    result. Now all tests report a "success" result.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=30
2023-07-24 18:40:37 +00:00
Dominique Leuenberger
9a70025e21 Accepting request 1084898 from devel:languages:python:pytest
- update to 0.21.0:
  * Drop compatibility with pytest 6.1. Pytest-asyncio now
    depends on pytest 7.0 or newer.
  * pytest-asyncio cleans up any stale event loops when setting
    up and tearing down the event_loop fixture.

OBS-URL: https://build.opensuse.org/request/show/1084898
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-asyncio?expand=0&rev=14
2023-05-09 11:06:27 +00:00
1aeefd231a - update to 0.21.0:
* Drop compatibility with pytest 6.1. Pytest-asyncio now
    depends on pytest 7.0 or newer.
  * pytest-asyncio cleans up any stale event loops when setting
    up and tearing down the event_loop fixture.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=28
2023-05-04 22:37:45 +00:00
Dominique Leuenberger
faec3a4723 Accepting request 1082442 from devel:languages:python:pytest
OBS-URL: https://build.opensuse.org/request/show/1082442
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-asyncio?expand=0&rev=13
2023-04-25 14:53:40 +00:00
b644a4a0d3 Accepting request 1082405 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1082405
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=26
2023-04-24 09:16:43 +00:00
Dominique Leuenberger
8593e6ef29 Accepting request 1041848 from devel:languages:python:pytest
- Update to 0.20.3:
  * Prevent DeprecationWarning to bubble up on CPython 3.10.9 and 3.11.1. #460 
- Update to 0.20.2:
  * Fixes an issue with async fixtures that are defined as methods on a test
    class not being rebound to the actual test instance. #197
  * Replaced usage of deprecated @pytest.mark.tryfirst with
    @pytest.hookimpl(tryfirst=True) #438
- 0.20.1 (22-10-21)
  * Fixes an issue that warned about using an old version of pytest, even
    though the most recent version was installed. #430
- 0.20.0 (22-10-21)
  * BREAKING: Removed legacy mode. If you're upgrading from v0.19 and you
    haven't configured asyncio_mode = legacy, you can upgrade without taking
    any additional action. If you're upgrading from an earlier version or you
    have explicitly enabled legacy mode, you need to switch to auto or strict
    mode before upgrading to this version.
  * Deprecate use of pytest v6.
  * Fixed an issue which prevented fixture setup from being cached. #404

OBS-URL: https://build.opensuse.org/request/show/1041848
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-asyncio?expand=0&rev=12
2022-12-12 17:59:12 +00:00
9d1155bcb0 - Update to 0.20.3:
* Prevent DeprecationWarning to bubble up on CPython 3.10.9 and 3.11.1. #460

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=24
2022-12-09 11:11:54 +00:00
e0498efb8d - Update to 0.20.2:
* Fixes an issue with async fixtures that are defined as methods on a test
    class not being rebound to the actual test instance. #197
  * Replaced usage of deprecated @pytest.mark.tryfirst with
    @pytest.hookimpl(tryfirst=True) #438
- 0.20.1 (22-10-21)
  * Fixes an issue that warned about using an old version of pytest, even
    though the most recent version was installed. #430
- 0.20.0 (22-10-21)
  * BREAKING: Removed legacy mode. If you're upgrading from v0.19 and you
    haven't configured asyncio_mode = legacy, you can upgrade without taking
    any additional action. If you're upgrading from an earlier version or you
    have explicitly enabled legacy mode, you need to switch to auto or strict
    mode before upgrading to this version.
  * Deprecate use of pytest v6.
  * Fixed an issue which prevented fixture setup from being cached. #404

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=23
2022-11-30 07:15:50 +00:00
Dominique Leuenberger
ce37f39229 Accepting request 993601 from devel:languages:python:pytest
OBS-URL: https://build.opensuse.org/request/show/993601
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-asyncio?expand=0&rev=11
2022-08-10 15:12:26 +00:00
01c197c456 Accepting request 993402 from home:jayvdb:branches:devel:languages:python:pytest
- Update to 0.19.0
  * BREAKING: The default ``asyncio_mode`` is now *strict*.
  * Removes `setup.py` since all relevant configuration is present
    `setup.cfg`.
  * Declare support for Python 3.11

OBS-URL: https://build.opensuse.org/request/show/993402
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=21
2022-08-07 06:42:02 +00:00
Dominique Leuenberger
433ac0ccce Accepting request 986981 from devel:languages:python:pytest
- Inject multibuild to defeat a build loop 

- Update to 0.18.3
  * Adds pytest-trio to the test dependencies
  * Fixes a bug that caused pytest-asyncio to try to set up async
    pytest_trio fixtures in strict mode. #298
- Release 0.18.2
  * Fix asyncio auto mode not marking static methods. #295
  * Fix a compatibility issue with Hypothesis 6.39.0. #302
- Release 0.18.1
  * Fixes a regression that prevented async fixtures from working
    in synchronous tests. #286
- Release 0.18.0
  * Raise a warning if @pytest.mark.asyncio is applied to non-async
    function. #275
  * Support parametrized event_loop fixture. #278

OBS-URL: https://build.opensuse.org/request/show/986981
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-asyncio?expand=0&rev=10
2022-07-06 13:41:41 +00:00
Steve Kowalik
5f003f4b9d - Inject multibuild to defeat a build loop
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=19
2022-07-06 08:00:23 +00:00
5e85e5d3e0 Accepting request 985717 from home:bnavigator:branches:devel:languages:python:pytest
- Update to 0.18.3
  * Adds pytest-trio to the test dependencies
  * Fixes a bug that caused pytest-asyncio to try to set up async
    pytest_trio fixtures in strict mode. #298
- Release 0.18.2
  * Fix asyncio auto mode not marking static methods. #295
  * Fix a compatibility issue with Hypothesis 6.39.0. #302
- Release 0.18.1
  * Fixes a regression that prevented async fixtures from working
    in synchronous tests. #286
- Release 0.18.0
  * Raise a warning if @pytest.mark.asyncio is applied to non-async
    function. #275
  * Support parametrized event_loop fixture. #278

OBS-URL: https://build.opensuse.org/request/show/985717
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=18
2022-07-04 18:01:59 +00:00
Dominique Leuenberger
6a8e358e1b Accepting request 947748 from devel:languages:python:pytest
OBS-URL: https://build.opensuse.org/request/show/947748
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-asyncio?expand=0&rev=9
2022-01-23 15:25:39 +00:00
0c4c32a6ad Accepting request 947728 from home:bnavigator:branches:devel:languages:python:pytest
- Update to 0.17.2
  * Require typing-extensions on Python<3.8 only. #269
  * Fix a regression in tests collection introduced by 0.17.1, the
    plugin works fine with non-python tests again. #267
- Release notes for 0.17.1
  * Fixes a bug that prevents async Hypothesis tests from working
    without explicit asyncio marker when --asyncio-mode=auto is
    set. #258
  * Fixed a bug that closes the default event loop if the loop
    doesn't exist #257
  * Added type annotations. #198
  * Show asyncio mode in pytest report headers. #266
  * Relax asyncio_mode type definition; it allows to support pytest
    6.1+. #262
- Release notes for 0.17.0
  * pytest-asyncio no longer alters existing event loop policies.
    #168, #188
  * Drop support for Python 3.6
  * Fixed an issue when pytest-asyncio was used in combination with
    flaky or inherited asynchronous Hypothesis tests. #178 #231
  * Added flaky to test dependencies
  * Added unused_udp_port and unused_udp_port_factory fixtures
    (similar to unused_tcp_port and unused_tcp_port_factory
    counterparts. #99
  * Added the plugin modes: strict, auto, and legacy. See
    documentation for details. #125
  * Correctly process KeyboardInterrupt during async fixture setup
    phase #219

OBS-URL: https://build.opensuse.org/request/show/947728
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=17
2022-01-20 18:00:47 +00:00
Dominique Leuenberger
03b3fdab64 Accepting request 926285 from devel:languages:python:pytest
OBS-URL: https://build.opensuse.org/request/show/926285
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-asyncio?expand=0&rev=8
2021-10-20 18:23:06 +00:00
2e66d0256c Accepting request 925838 from home:bnavigator:branches:devel:languages:python:pytest
- Update to 0.16.0
  * Add support for Python 3.10
- Drop 0001-removed-support-for-python-3.5.patch not required by
  fakeredis 1.6.1 anymore

OBS-URL: https://build.opensuse.org/request/show/925838
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=16
2021-10-19 11:58:30 +00:00
Dominique Leuenberger
84c282ef77 Accepting request 904060 from devel:languages:python:pytest
OBS-URL: https://build.opensuse.org/request/show/904060
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-asyncio?expand=0&rev=7
2021-07-10 20:54:00 +00:00
Steve Kowalik
0a1d6d058d Accepting request 904059 from home:alarrosa:branches:devel:languages:python:pytest
This should fix Staging:F . Or said in another way, it should
fix python-fakeredis failing with:
[   59s] _______________________________ test_ping[fake] ________________________________
[   59s] 
[   59s] r = <async_generator._impl.AsyncGenerator object at 0x7f60c4ede6d8>
[   59s] 
[   59s]     async def test_ping(r):
[   59s] >       pong = await r.ping()
[   59s] E       AttributeError: 'AsyncGenerator' object has no attribute 'ping'
[   59s] 
[   59s] test/test_aioredis.py:45: AttributeError
...

- Add patch to revert a change in 0.15.1 that removed
  async_generator support in upstream together with python 3.5
  support. This revert is needed by python-fakeredis 1.5.2
  * 0001-removed-support-for-python-3.5.patch

OBS-URL: https://build.opensuse.org/request/show/904059
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=15
2021-07-05 08:53:13 +00:00
a0ab1d52ed Accepting request 897120 from home:alarrosa:branches:devel:languages:python:pytest
- Update to 0.15.1
  * Hotfix for errors while closing event loops while replacing
    them. #209 #210
- Update to 0.15.0
  * Add support for Python 3.9
  * Abandon support for Python 3.5. If you still require support
    for Python 3.5, please use pytest-asyncio v0.14 or earlier.
  * Set unused_tcp_port_factory fixture scope to 'session'. #163
  * Properly close event loops when replacing them. #208

OBS-URL: https://build.opensuse.org/request/show/897120
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=14
2021-06-03 12:46:56 +00:00
Dominique Leuenberger
92a94a53b5 Accepting request 817722 from devel:languages:python:pytest
- Update to 0.14.0
  * Fix #162, and event_loop fixture behavior now is coherent on all scopes.

OBS-URL: https://build.opensuse.org/request/show/817722
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-asyncio?expand=0&rev=6
2020-06-30 19:54:46 +00:00
Tomáš Chvátal
835c50c8ce OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=12 2020-06-29 12:40:11 +00:00
Tomáš Chvátal
246f7b8391 Accepting request 817650 from home:mcalabkova:branches:devel:languages:python:pytest
- Update to 0.14.0
  * Fix #162, and event_loop fixture behavior now is coherent on all scopes.

OBS-URL: https://build.opensuse.org/request/show/817650
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=11
2020-06-29 10:14:02 +00:00
Dominique Leuenberger
badd4634c7 Accepting request 812821 from devel:languages:python:pytest
- Update to 0.12.0:
  * Run the event loop fixture as soon as possible.

- Update to 0.11.0:
  * Fix with pytest 5.4

OBS-URL: https://build.opensuse.org/request/show/812821
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-asyncio?expand=0&rev=5
2020-06-11 12:45:39 +00:00
Tomáš Chvátal
5e8cbaf4d4 - Update to 0.12.0:
* Run the event loop fixture as soon as possible.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=9
2020-06-09 08:14:52 +00:00
Tomáš Chvátal
2b9d02d77f - Update to 0.11.0:
* Fix with pytest 5.4

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=8
2020-04-27 10:53:02 +00:00
Dominique Leuenberger
5df94c6228 Accepting request 782858 from devel:languages:python:pytest
py38 fix

OBS-URL: https://build.opensuse.org/request/show/782858
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-asyncio?expand=0&rev=4
2020-03-09 10:42:37 +00:00
Tomáš Chvátal
fb439f2b85 - Fix test run on python 3.8+
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=6
2020-03-09 09:37:30 +00:00
Dominique Leuenberger
93498edb4c Accepting request 674560 from devel:languages:python:pytest
- Update to 0.10.0:
  * support for pytest 4+

OBS-URL: https://build.opensuse.org/request/show/674560
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-asyncio?expand=0&rev=3
2019-02-14 13:34:22 +00:00
Tomáš Chvátal
ba4f6290aa - Update to 0.10.0:
* support for pytest 4+

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=4
2019-02-13 13:17:41 +00:00
Yuchen Lin
f6c8d1668e Accepting request 633035 from devel:languages:python:pytest
- update to 0.9.0
- use github tarbal due packaging errrors in upstream
 * Python 3.7 support.
 * Remove event_loop_process_pool fixture
     and pytest.mark.asyncio_process_pool marker (forwarded request 633033 from mimi_vx)

OBS-URL: https://build.opensuse.org/request/show/633035
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-asyncio?expand=0&rev=2
2018-09-11 15:14:57 +00:00
Dominique Leuenberger
ac14c79f82 Accepting request 582509 from devel:languages:python
New package python-pytest-asyncio, required by python-pyee, which is
required by mycroft-core

OBS-URL: https://build.opensuse.org/request/show/582509
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-asyncio?expand=0&rev=1
2018-03-05 12:44:34 +00:00