non port: devel/py-pytest-xdist/distinfo |
Number of commits found: 12 |
Sunday, 18 Aug 2024
|
07:45 Muhammad Moinur Rahman (bofh) Author: Nicholas Kirby
devel/py-pytest-xdist: Update version 3.5.0=>3.6.1
Changelog: https://github.com/pytest-dev/pytest-xdist/releases/tag/v3.6.1
PR: 280549
c3b730a |
Wednesday, 22 Nov 2023
|
22:44 Muhammad Moinur Rahman (bofh)
devel/py-pytest-xdist: Update version 3.4.0=>3.5.0
Changelog:
https://github.com/pytest-dev/pytest-xdist/releases/tag/v3.5.0
5186264 |
Sunday, 12 Nov 2023
|
19:23 Muhammad Moinur Rahman (bofh)
devel/py-pytest-xdist: Update version 3.3.1=>3.4.0
Changelog:
https://github.com/pytest-dev/pytest-xdist/releases/tag/v3.4.0
de9f4c6 |
Sunday, 29 Oct 2023
|
14:34 Kai Knoblich (kai)
devel/py-pytest-xdist: Update to 3.3.1
* Introduce default PSUTIL and SETPROCTITLE options to reflect the
settings as noted in "pyproject.toml".
* Switch to the PEP517 build framework.
* Update test suite and use USE_PYTHON=pytest to simplify the Makefile.
* Errors like this one [1] should be remedied with this update:
[...]
INTERNALERROR> File
"/usr/local/lib/python3.9/site-packages/xdist/scheduler/each.py", line 1, in
<module>
INTERNALERROR> from py.log import Producer
INTERNALERROR> ModuleNotFoundError: No module named 'py.log'; 'py' is not a
package
[...]
This is because devel/py-py was removed from devel/py-pytest's
RUN_DEPENDS in 47177a522b37 as it's no longer a dependency since
py-pytest 7.2.0.
Changelog since 2.5.0:
https://github.com/pytest-dev/pytest-xdist/blob/v3.3.1/CHANGELOG.rst
PR: 274789
Reported by: QA run of textproc/py-ocrmypdf's test suite [1]
Approved by: bofh (maintainer)
5f7e3b0 |
Saturday, 12 Mar 2022
|
10:39 Muhammad Moinur Rahman (bofh)
devel/py-pytest-xdist: Update version 1.32.0=>2.5.0
Relnotes: https://github.com/pytest-dev/pytest-xdist/releases/tag/v2.5.0
aa89144 |
Sunday, 27 Jun 2021
|
05:08 Kevin Bowling (kbowling)
devel/py-pytest-flask: revert 6.2.4 update
Revert "devel/py-pytest: Update to 6.2.4"
This reverts commit 0c6ce3c9c26d878acf943d53fb2a01ba602b71c2.
Revert "devel/py-pytest-translations: Update to 3.1.0"
This reverts commit 5989f395a01e1afc9b1b3a0c668d3cf48226f0c3.
Revert "devel/py-pytest-xdist: Update to 2.3.0"
This reverts commit d07f92b9bf00821e372f003d698525cd1ae19dc2.
Revert "devel/py-pytest-flask: Update to 1.2.0"
This reverts commit b15351babf6846ec3cdc902203874e55413ee08a.
PR: 256624
Requested by: koobs
46a663d |
Wednesday, 23 Jun 2021
|
20:37 Kevin Bowling (kbowling)
devel/py-pytest-xdist: Update to 2.3.0
PR: 256624
Approved by: maintainer (koobs)
d07f92b |
Monday, 18 May 2020
|
04:52 koobs
devel/py-pytest-xdist: Update to 1.32.0 [1]
- COMMENT: Update to match setup.py:Description
- Canonicalise test invocation (to override setup.cfg/pytest.ini options)
Changelog:
https://github.com/pytest-dev/pytest-xdist/blob/v1.32.0/CHANGELOG.rst
QA:
portlint: OK (looks fine.)
testport: OK (poudriere: 12amd64,py{27,37})
maketest: OK (136 passed, 8 skipped, 10 xfailed, 2 xpassed)
PR: 246408
Submitted by: sunpoet
MFH: No (combined feature/bugfix releases)
 |
Monday, 24 Jun 2019
|
06:18 koobs
devel/py-pytest-xdist: Update to 1.29.0
Changelog:
https://github.com/pytest-dev/pytest-xdist/blob/v1.29.0/CHANGELOG.rst
 |
Tuesday, 14 May 2019
|
12:41 koobs
devel/py-pytest-xdist: Update to 1.28.0
Changelog:
https://github.com/pytest-dev/pytest-xdist/blob/v1.28.0/CHANGELOG.rst
 |
Sunday, 27 Dec 2015
|
06:03 koobs
devel/py-pytest-xdist: Update to 1.13.1
- Update PORTVERSION and distinfo checksum (1.13.1)
- Match COMMENT to setup.py:description
- Enable 'concurrent' Python support
- Add NO_ARCH
- Update test target to new conventions
- Remove __pycache__ from WRKSRC/testing
- Update pkg-descr WWW: URL to match next version and new repo URL
Changes:
https://github.com/pytest-dev/pytest-xdist/blob/v1.13.1/CHANGELOG
 |
Wednesday, 3 Jun 2015
|
07:21 koobs
[NEW] devel/py-pytest-xdist: Py.test plugin for distributed testing
The pytest-xdist plugin extends py.test with some unique test execution modes:
* Test run parallelization: if you have multiple CPUs or hosts you can use
those for a combined test run. This allows to speed up development or to
use special resources of remote machines.
* --boxed: (not available on Windows) run each test in a boxed subprocess
to survive SEGFAULTS or otherwise dying processes
* --looponfail: run your tests repeatedly in a subprocess. After each run
py.test waits until a file in your project changes and then re-runs the
previously failing tests. This is repeated until all tests pass after
which again a full run is performed.
* Multi-Platform coverage: you can specify different Python interpreters
or different platforms and run tests in parallel on all of them.
WWW: http://bitbucket.org/hpk42/pytest-xdist
 |
Number of commits found: 12 |