File: ISSUES.txt

package info (click to toggle)
pytest-xdist 1.26.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 452 kB
  • sloc: python: 3,759; makefile: 11; sh: 8
file content (31 lines) | stat: -rw-r--r-- 804 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
next release critical
-----------------------------------------------
tag: bug

miserably fails: --dist=each --tx popen --tx socket=...


rename / hooks
-----------------------------------------------
tag: bug

node -> slave
transition for hooks?
configure_node -> configure_slave

allow to remotely run xdist tests with xdist
-----------------------------------------------
tag: feature

allow to run xdist own tests using its own mechanism.
currently this doesn't work because the remote side
has no pytest plugin.   How to configure/do
register "xdist.plugin" on the remote side?

see to avoid any "from _pytest" internal imports
-----------------------------------------------
tag: feature

currently tests and even xdist core code imports
names from the internal _pytest namespace.
See to avoid it.