Next | Query returned 47 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2022-08-24 12:03:24 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
py-test-xdist: update to 2.5.0.

pytest-xdist 2.5.0 (2021-12-10)
===============================

Features
--------

- `#722 `_: Full compatibility with pytest 7 - no deprecation warnings or use of \ 
legacy features.

- `#733 `_: New ``--dist=loadgroup`` option, which ensures all tests marked with \ 
``@pytest.mark.xdist_group`` run in the same session/worker. Other tests run \ 
distributed as in ``--dist=load``.

Trivial Changes
---------------

- `#708 `_: Use ``@pytest.hookspec`` decorator to declare hook options in \ 
``newhooks.py`` to avoid warnings in ``pytest 7.0``.

- `#719 `_: Use up-to-date ``setup.cfg``/``pyproject.toml`` packaging setup.

- `#720 `_: Require pytest>=6.2.0.

- `#721 `_: Started using type annotations and mypy checking internally. The \ 
types are incomplete and not published.

pytest-xdist 2.4.0 (2021-09-20)
===============================

Features
--------

- `#696 `_: On Linux, the process title now changes to indicate the current \ 
worker state (running/idle).

  Depends on the `setproctitle `__ package, which can be installed with ``pip \ 
install pytest-xdist[setproctitle]``.

- `#704 `_: Add support for Python 3.10.

pytest-xdist 2.3.0 (2021-06-16)
===============================

Deprecations and Removals
-------------------------

- `#654 `_: Python 3.5 is no longer supported.

Features
--------

- `#646 `_: Add ``--numprocesses=logical`` flag, which automatically uses the \ 
number of logical CPUs available, instead of physical CPUs with ``auto``.

  This is very useful for test suites which are not CPU-bound.

- `#650 `_: Added new ``pytest_handlecrashitem`` hook to allow handling and \ 
rescheduling crashed items.

Bug Fixes
---------

- `#421 `_: Copy the parent process sys.path into local workers, to work around \ 
execnet's python -c adding the current directory to sys.path.

- `#638 `_: Fix issue caused by changing the branch name of the pytest repository.

Trivial Changes
---------------

- `#592 `_: Replace master with controller where ever possible.

- `#643 `_: Use 'main' to refer to pytest default branch in tox env names.

pytest-xdist 2.2.1 (2021-02-09)
===============================

Bug Fixes
---------

- `#623 `_: Gracefully handle the pending deprecation of Node.fspath by using \ 
config.rootpath for topdir.

pytest-xdist 2.2.0 (2020-12-14)
===============================

Features
--------

- `#608 `_: Internal errors in workers are now propagated to the master node.

pytest-xdist 2.1.0 (2020-08-25)
===============================

Features
--------

- `#585 `_: New ``pytest_xdist_auto_num_workers`` hook can be implemented by \ 
plugins or ``conftest.py`` files to control the number of workers when \ 
``--numprocesses=auto`` is given in the command-line.

Trivial Changes
---------------

- `#585 `_: ``psutil`` has proven to make ``pytest-xdist`` installation in \ 
certain platforms and containers problematic, so to use it for automatic number \ 
of CPUs detection users need to install the ``psutil`` extra::

      pip install pytest-xdist[psutil]

pytest-xdist 2.0.0 (2020-08-12)
===============================

Deprecations and Removals
-------------------------

- `#541 `_: Drop backward-compatibility "slave" aliases related to \ 
worker nodes.  We deliberately moved away from this terminology years ago, and \ 
it seems like the right time to finish the deprecation and removal process.

- `#569 `_: ``pytest-xdist`` no longer supports Python 2.7.

Features
--------

- `#504 `_: New functions ``xdist.is_xdist_worker``, ``xdist.is_xdist_master``, \ 
``xdist.get_xdist_worker_id``, to easily identify the current node.

Bug Fixes
---------

- `#471 `_: Fix issue with Rsync reporting in quiet mode.

- `#553 `_: When using ``-n auto``, count the number of physical CPU cores \ 
instead of logical ones.

Trivial Changes
---------------

- `#541 `_: ``pytest-xdist`` now requires ``pytest>=6.0``.
   2022-01-14 12:49:45 by Thomas Klausner | Files touched by this commit (34)
Log message:
*: remove workaround patches for python 3.6
   2022-01-13 20:31:25 by Thomas Klausner | Files touched by this commit (43)
Log message:
*: setuptools_scm: switch to versioned_dependencies
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2020-08-27 14:27:00 by Joerg Sonnenberger | Files touched by this commit (4)
Log message:
Fix Python 3.6 build
   2020-07-29 16:36:48 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-test-xdist: updated to 1.34.0

pytest-xdist 1.34.0
===================

Features
--------
- Make ``--pdb`` imply ``--dist no``, as the two options cannot really work \ 
together at the moment.

Bug Fixes
---------
- Fix regression with duplicated arguments via $PYTEST_ADDOPTS in 1.30.0.
- Fix ``rsyncdirs`` usage with pytest 6.0.
- Do not trigger the deprecated ``pytest_warning_captured`` in pytest 6.0+.
   2020-07-10 12:22:43 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-test-xdist: updated to 1.33.0

pytest-xdist 1.33.0

Features
- Fix warnings support for upcoming pytest 6.0.

Trivial Changes
- SCM and CI files are no longer included in the source distribution.
   2020-05-16 16:07:21 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
pytest from versioned deps.

Next | Query returned 47 messages, browsing 11 to 20 | Previous