2018-08-28 13:05:17 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-test-xdist: updated to 1.23.0
1.23.0:
Improve collection performance by reducing the number of events sent to master node.
|
2018-08-05 12:12:47 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-test-xdist: updated to 1.22.5
pytest-xdist 1.22.5:
Bug Fixes
- Revert change that dropped support for pytest<3.4 and require six.
This change caused problems in some installations, and was a mistaken
in the first place as we should not change version requirements
in bug-fix releases unless they fix an actual bug.
pytest-xdist 1.22.4:
Bug Fixes
- Remove last references to obsolete py.code.
Remove some unnecessary references to py.builtin.
- Workaround cpu detection on Travis CI.
|
2018-07-24 10:24:44 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-test-xdist: updated to 1.22.3
pytest-xdist 1.22.3:
Bug Fixes
Fix issue of virtualized or containerized environments not reporting the number \
of CPUs correctly.
Trivial Changes
Make all classes subclass from object and fix super() call in LoadFileScheduling.
|
2018-03-01 09:06:31 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-test-xdist: updated to 1.22.2
1.22.2:
Add backward compatibility for slaveoutput attribute to WorkerController instances.
|
2018-02-22 10:36:36 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-test-xdist: updated to 1.22.1
pytest-xdist 1.22.1
Bug Fixes
Fix issue when using loadscope or loadfile where tests would fail to start if \
the first scope had only one test.
Trivial Changes
Change terminology used by pytest-xdist to master and worker in arguments and \
messages (for example --max-worker-reset).
|
2018-01-12 13:38:32 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-test-xdist: updated to 1.22.0
pytest-xdist 1.22.0:
Features
--------
- Add support for the ``pytest_runtest_logfinish`` hook which will be released
in pytest 3.4
|
2017-12-30 11:24:19 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-test-xdist: updated to 1.21.0
pytest-xdist 1.21.0:
Deprecations and Removals
Drop support for EOL Python 2.6.
Features
New --dist=loadfile option which load-distributes test to workers grouped by the \
file the tests live in.
Bug Fixes
Fix accidental mutation of test report during serialization causing longrepr \
string-ification to break.
|
2017-10-12 08:27:53 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-test-xdist: update to 1.20.1
1.20.1:
Bug Fixes
- Fix hang when all worker nodes crash and restart limit is reached
- Fix issue where the -n option would still run distributed tests when pytest
was run with the --collect-only option
|
2017-08-22 10:04:29 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
1.20.0:
Features
- ``xdist`` now supports tests to log results multiple times, improving
integration with plugins which require it like `pytest-rerunfailures
<https://github.com/gocept/pytest-rerunfailures>_` and `flaky
<https://pypi.python.org/pypi/flaky>`_.
Bug Fixes
- Fix issue where tests were being incorrectly identified if a worker crashed
during the ``teardown`` stage of the test.
|
2017-08-15 09:42:11 by Thomas Klausner | Files touched by this commit (1) | |
Log message:
Add missing PLIST commit for update.
|