Commit Graph

  • 06bdce45c4 Accepting request 1170447 from devel:languages:python:pytest factory Ana Guerrero 2024-04-29 15:57:29 +0000
  • 17bead4ba7 - update to 2.1.1: * Fixed regression in 2.1.0 where the strconfig argument to load/loads is ignore Dirk Mueller 2024-04-27 09:01:12 +0000
  • d4a2b067f1 Accepting request 1165943 from devel:languages:python:pytest Ana Guerrero 2024-04-09 14:46:24 +0000
  • 0e9b5a8878 - update to 2.1.0: * #243: Added main_thread_only execmodel which is derived from the thread execmodel and only executes remote_exec calls in the main thread. * Callers of remote_exec must use the returned channel to wait for a task to complete before they call remote_exec again, otherwise the remote_exec call will fail with a concurrent remote_exec would cause deadlock error. The main_thread_only execmodel provides solutions for #96 and pytest-dev/pytest-xdist#620 (pending a new pytest-xdist release). * Also fixed init_popen_io to use closefd=False for shared stdin and stdout file descriptors, preventing Bad file descriptor errors triggered by test_stdouterrin_setnull. * The library is now typed and the typing is exposed to type-checkers. * Re-exported Gateway, Channel, DumpError and LoadError from execnet. The constructors are private. * Fixed GatewayBase.join() timeout argument getting ignored. * Removed support for Python 3.7. * Added official support for Python 3.12. * Current working directory is now restored when calling `script/socketserver.py`. - add fix_apipkg.patch -- fixes tests with apipkg > 1.4.0 - Install a generated documentation - Build documentation with Sphinx - Initial packaging execnet 1.1 for openSUSE Dirk Mueller 2024-04-07 09:01:12 +0000
  • f4355107bf Accepting request 1100466 from devel:languages:python:pytest Ana Guerrero 2023-07-26 11:21:47 +0000
  • 64a377650c - update to 2.0.2: * Removed support for Python < 3.7. * Applied pyupgrade --py37-plus. * Minimal mypy fixes and dropped Python 2 support code. * Migrated packaging to hatch. * Dropped deprecated APIs of old makegateway names. * Removed py testing dependency. * Explicitly pass encoding when opening files in the gateway to get rid of warnings when using PYTHONWARNDEFAULTENCODING=1 (#195). * Fixed error when loading source code files from a path containing non-ascii characters. Dirk Mueller 2023-07-24 20:15:31 +0000
  • 78dfa3179a Accepting request 1082447 from devel:languages:python:pytest Dominique Leuenberger 2023-04-25 14:53:43 +0000
  • 25efc626cf Accepting request 1082401 from home:dirkmueller:acdc:as_python3_module Dirk Mueller 2023-04-24 09:17:42 +0000
  • bfb8f95ef2 Accepting request 1038942 from devel:languages:python:pytest Dominique Leuenberger 2022-11-30 15:07:53 +0000
  • c3f7444276 - Remove python_module macro definition - Add python-py dependency required because python-pytest removed that dependency Daniel Garcia 2022-11-29 16:59:21 +0000
  • 4dc377a693 Accepting request 940476 from devel:languages:python:pytest Dominique Leuenberger 2021-12-16 20:18:47 +0000
  • 8f40eb1152 Accepting request 940104 from home:bnavigator:python-rpm-macros Matej Cepl 2021-12-14 13:04:51 +0000
  • 759e928698 Accepting request 868773 from devel:languages:python:pytest Dominique Leuenberger 2021-02-04 19:23:27 +0000
  • 0b60af834c Accepting request 868766 from home:dirkmueller:branches:devel:languages:python:pytest Matej Cepl 2021-02-02 22:39:35 +0000
  • 5a21b7b015 Accepting request 727104 from devel:languages:python:pytest Dominique Leuenberger 2019-09-04 06:57:05 +0000
  • 1e9a7ab890 - Update to 1.7.1: * #108: Revert linecache optimization introduced in 1.7.0 which broke remote execution. Tomáš Chvátal 2019-08-30 01:13:03 +0000
  • cd5858f573 Accepting request 722842 from devel:languages:python:pytest Dominique Leuenberger 2019-08-16 13:27:43 +0000
  • 29487b2976 - Update to 1.7: * Fix flaky hangs Tomáš Chvátal 2019-08-12 15:45:14 +0000
  • c0877752fb Accepting request 718149 from devel:languages:python:pytest Dominique Leuenberger 2019-07-30 11:05:58 +0000
  • a9a80c6ddb - Update to 1.6.1: * Internal change to avoid using deprecated funcargs name in pytest 5+. - Obsoletes pytest4.patch Tomáš Chvátal 2019-07-24 08:59:40 +0000
  • a2537eb2a5 - Add patch to play with new pytest rather than restricting: * pytest4.patch Tomáš Chvátal 2019-07-19 09:16:27 +0000
  • 321dbc71f7 - use pytest4 to run testsuite, pytest-5 for testsuite isn't supported Ondřej Súkup 2019-07-18 09:28:22 +0000
  • 447d3fdc6b - use pytest4 to run testsuite Ondřej Súkup 2019-07-18 08:47:40 +0000
  • 4729e07f8c Accepting request 690274 from devel:languages:python:pytest Dominique Leuenberger 2019-04-04 10:00:20 +0000
  • 94469932ad - Update to 1.6.0: * `execnet no longer supports Python 2.6 and 3.3 (#85). Users of those Python versions using a recent enough pip should not be affected, as pip will only install 1.5.0 for them. * Update test suite to support pytest>4`. - Remove pytest4.patch merged upstream - Remove fix_apipkg.patch merged upstream Tomáš Chvátal 2019-04-01 08:34:17 +0000
  • 763de9ad4a Accepting request 674135 from devel:languages:python:pytest Stephan Kulow 2019-02-24 16:04:21 +0000
  • 6120e1a208 Accepting request 628060 from devel:languages:python Dominique Leuenberger 2018-08-08 12:45:56 +0000
  • 50cd985542 Accepting request 622954 from devel:languages:python Dominique Leuenberger 2018-07-17 07:38:07 +0000
  • 5d48ddf562 Accepting request 541211 from devel:languages:python Dominique Leuenberger 2017-11-15 15:57:23 +0000
  • a859742eb9 Accepting request 489976 from devel:languages:python Dominique Leuenberger 2017-05-06 16:27:09 +0000
  • 4365cf11e8 Accepting request 367845 from devel:languages:python Dominique Leuenberger 2016-03-18 20:40:02 +0000
  • 6e2f6371c0 Accepting request 356494 from devel:languages:python Dominique Leuenberger 2016-02-01 18:55:53 +0000