17
0

ignore-deprecation-py314 #1

Closed
StevenK wants to merge 0 commits from python-pytest:ignore-deprecation-py314 into factory
First-time contributor
No description provided.
StevenK added 3 commits 2025-11-14 05:33:01 +01:00
* #171, #178: Allow to access keyword arguments passed to
    Popen.
  * #180: Fixed an incorrect wait timeout calculation.
  * #170: Wrapped ProcessDispatcher.dispatch into
    FakePopenWrapper as it was causing TypeError when Popen is
    used as a type.
  * #169: Get rid of using thread in AsyncFakePopen as it causes
    thread.join() to hang indefinitely.
  * #162: Include tests (and docs) and sdist correctly, and stop
    installing them to site-packages.
  * #163: Add support for Python 3.12.
  * #160: Changed pytest entrypoint to avoid error while loading
    plugin with -p argument.
  * #128: Add tests directory to sdist.
- switch to gh tarball, which includes the tests handled out of
  tree before
- add py314-fix-tests.patch to fix tests with python 3.14

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-subprocess?expand=0&rev=10
- update to 1.5.3:
  * #171, #178: Allow to access keyword arguments passed to
    Popen.
  * #180: Fixed an incorrect wait timeout calculation.
  * #170: Wrapped ProcessDispatcher.dispatch into
    FakePopenWrapper as it was causing TypeError when Popen is
    used as a type.
  * #169: Get rid of using thread in AsyncFakePopen as it causes
    thread.join() to hang indefinitely.
  * #162: Include tests (and docs) and sdist correctly, and stop
    installing them to site-packages.
  * #163: Add support for Python 3.12.
  * #160: Changed pytest entrypoint to avoid error while loading
    plugin with -p argument.
  * #128: Add tests directory to sdist.
- switch to gh tarball, which includes the tests handled out of
  tree before
- add py314-fix-tests.patch to fix tests with python 3.14

OBS-URL: https://build.opensuse.org/request/show/1304755
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-subprocess?expand=0&rev=5
* Ignore DeprecationWarning about asyncio event loop policies.
First-time contributor

Created submit request sr#1317685

Created submit request [sr#1317685](https://build.opensuse.org/request/show/1317685)
StevenK added 1 commit 2025-11-14 05:34:29 +01:00
StevenK closed this pull request 2025-11-14 05:38:30 +01:00

Pull request closed

Sign in to join this conversation.