Ran Benita
|
b85b71cd22
|
Add explicit pytest.hookspec/hookimpl annotations, avoid legacy tryfirst/trylast marks
|
2021-11-02 09:42:00 +02:00 |
|
Ran Benita
|
787b8d9c14
|
Add basic mypy linting
Based on pytest setup, though more lax. Currently only the tests are
annotated so only helpful for them.
Fix #721.
|
2021-11-01 09:06:32 +02:00 |
|
David Lamparter
|
766e67ce52
|
Use setproctitle if available to show state (#696)
Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
|
2021-09-03 12:58:01 -03:00 |
|
Thomas Grainger
|
56e631b4bb
|
fix sys.path for local workers Fixes #421
|
2021-06-03 21:20:11 +01:00 |
|
Ronny Pfannschmidt
|
1189ae4b91
|
Merge pull request #624 from pytest-dev/fix-592-use-controller
prepare #592: replace master with controller where we can
|
2021-02-11 12:27:08 +01:00 |
|
Ronny Pfannschmidt
|
166bdb4103
|
prepare #592: replace master with controller where we can
|
2021-02-07 22:08:22 +01:00 |
|
Ronny Pfannschmidt
|
aa89c42ad7
|
prepare for Node.fspath deprecation
calculate topdir based on config.rootpath/rootdir
addresses pytest-dev/pytest#8251
|
2021-02-07 20:44:31 +01:00 |
|
Bruno Oliveira
|
16d636391b
|
Propagate internal errors to the master node
This should help users diagnose internal errors in workers like
exceptions from hooks or in pytest itself.
|
2020-12-13 20:05:31 -03:00 |
|
Zac-HD
|
d153e0a4c4
|
Remove compat for pytest < 6
|
2020-08-06 15:48:33 +10:00 |
|
Bruno Oliveira
|
047816f33a
|
Drop features from old pytest versions
|
2020-08-05 19:55:56 -03:00 |
|
Hugo
|
22ae7ff7af
|
Upgrade Python syntax with pyupgrade --py3-plus
|
2020-08-03 22:52:03 +10:00 |
|
Zac-HD
|
de3e54fd27
|
Finish removal of "slave" terminology
See issue #234. It's time.
|
2020-08-03 22:51:42 +10:00 |
|
Bruno Oliveira
|
18b18870a8
|
Do not trigger pytest_warning_captured in pytest 6.0+
Fix #562
|
2020-07-24 15:19:07 -03:00 |
|
Bruno Oliveira
|
b25757199c
|
Support new `pytest_warning_recorded` hook from pytest 6.0
|
2020-07-08 17:51:45 -03:00 |
|
Sven-Hendrik Haase
|
2183d741bb
|
Add global session uuid (fixes #524)
|
2020-04-30 19:43:16 +02:00 |
|
Bruno Oliveira
|
953a3f0b4d
|
Use Config.invocation_params for consistent worker initialization
Decided to keep the old way still working for now.
Fix #6
Fix #445
|
2019-07-10 19:59:12 -03:00 |
|
Bruno Oliveira
|
fb40056950
|
Compatibility for IntEnum change in upcoming pytest 5.0
Related to pytest-dev/pytest#5420
|
2019-06-14 11:23:29 -03:00 |
|
Bruno Oliveira
|
7d41db3685
|
Adopt 'src' layout and add 'testing' extras
|
2019-06-06 19:35:13 -03:00 |
|