Commit Graph

30 Commits

Author SHA1 Message Date
Ygor Pontelo 65de0ab30e
Join multiple xdist_group markers (#1201)
Fixes #1200

---------

Co-authored-by: Bruno Oliveira <bruno@soliv.dev>
2025-05-14 21:51:59 -03:00
Adam Johnson 8074c633c8 Document disabling with '-n 0' 2025-04-02 11:36:41 +01:00
Alon Livne 17ac3359e3 add proxy gateway docs
Add docs for using proxy gateways to run multiple workers on remote
machines
2025-01-12 20:36:02 +02:00
Bruno Oliveira f57c65839b
Fix '-n logical' inconsistencies and review --help formatting (#1022)
Fix #1021 and review formatting of the --help messages, following pytest's rules for consistency.
2024-02-25 11:49:41 -03:00
Dmitry Volkov c2d31f5e8b
Fix copyright year in project documentation (#898)
As per https://stackoverflow.com/questions/2390230/do-copyright-dates-need-to-be-updated, updated it to the first commit of this repository.
2024-01-31 15:44:46 -03:00
Bruno Oliveira b17011d098
Fix link to socketserver.py in the docs
Fix #1001
2024-01-09 17:34:16 -03:00
Phillip Yen 93ca202b40 fix typo index -> instead 2023-11-04 14:24:08 -03:00
Bruno Oliveira b85a4717f9
Add docs/requirements.txt 2023-10-10 08:13:46 -03:00
Bruno Oliveira 5661f498c7
Docs: clarify that only rsync support is deprecated (#927)
Related to #839
2023-07-10 07:53:38 -03:00
Robert Schweizer 982ef0097a
Improve docs of maxschedchunk (#893) 2023-04-06 09:46:34 -03:00
Aarni Koskela 5e795d88e7
docs: Remove unused statement in one-log-per-worker example 2023-02-13 15:38:59 +02:00
pre-commit-ci[bot] c695763e92
[pre-commit.ci] pre-commit autoupdate (#869)
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/PyCQA/autoflake: v2.0.0 → v2.0.1](https://github.com/PyCQA/autoflake/compare/v2.0.0...v2.0.1)
- [github.com/psf/black: 22.12.0 → 23.1.0](https://github.com/psf/black/compare/22.12.0...23.1.0)
- [github.com/asottile/blacken-docs: v1.12.1 → 1.13.0](https://github.com/asottile/blacken-docs/compare/v1.12.1...1.13.0)

* Update .pre-commit-config.yaml

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
2023-02-07 07:58:55 -03:00
Thomas Kolar 017cc72b70
Document limitations for debugging as well as a workaround (#867)
Closes #863
2023-01-12 12:57:20 -03:00
Pat Thiel cf19f76d86
Fix minor typos in the documentation (#866)
Some minor typo fixes.
2023-01-12 07:52:07 -03:00
Aleksandr Mezin d1dfad3e92
Implement work-stealing scheduler (#862)
Closes #858
2023-01-11 08:38:57 -03:00
Bread Genie 99c80c37a4
Fix typo `psutils` -> `psutil` (#848) 2022-11-24 09:50:25 -03:00
Bruno Oliveira ed65e888cf Deprecate rsync support
Fix #825
2022-10-24 11:53:15 -03:00
Petr Viktorin c168706fbe
Get `-nauto` default from `PYTEST_XDIST_AUTO_NUM_WORKERS` (#829)
* Get `-nauto` default from `PYTEST_XDIST_AUTO_NUM_WORKERS`

A few additional tests for existing functionality are added too.
And the ``-n logical`` option is documented.

Fixes: https://github.com/pytest-dev/pytest-xdist/issues/792
2022-10-24 09:33:19 -03:00
Bruno Oliveira 1fbf49909f Remove --boxed and pytest-forked dependency
Fixes #468
Fixes #543
2022-10-22 07:31:34 -03:00
Bruno Oliveira 25cc1a4119 Replace py.path.local usages by pathlib.Path 2022-10-21 22:54:17 -03:00
Bruno Oliveira 2ec4f407f5
Add known limitation about -s not working 2022-08-24 12:52:36 -03:00
Pepa 61132777f8
Added known limitation section to the docs (#796)
Co-authored-by: Josef <sorry.i-keep@it.private>
Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
2022-07-22 10:44:17 -03:00
Petr Viktorin 1a5e680e91
Document the pytest_xdist_auto_num_workers hook (#791) 2022-07-13 15:54:26 -03:00
auziel 8652ef91e6
Fix the example of using --rsyncdir option (#777)
Co-authored-by: Ronny Pfannschmidt <opensource@ronnypfannschmidt.de>
Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
2022-04-20 18:00:28 -03:00
Bruno Oliveira 41a4d439c8
Fix typo in docs 2022-03-10 12:24:32 -03:00
Bruno Oliveira 34f63600ee Simplify the example about creating one log per worker
No need to use a custom option as this complicates the example a bit and might distract from the main details.
2022-03-10 11:52:07 -03:00
Bruno Oliveira 7f04ce35c9 Add blacken-docs and use autodoc 2022-03-10 09:33:23 -03:00
Bruno Oliveira 797867f23d Simplify example and use syntax for env vars 2022-03-10 09:25:37 -03:00
Marco Sanchotene 14e1d80f10 Add instructions to create one file for each worker 2022-03-08 19:11:48 -03:00
Bruno Oliveira 8cd10225df
Add sphinx docs folder and changelog URLs to metadata (#751) 2022-01-29 16:29:36 +00:00