File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
- .. warning ::
2
-
3
- execnet is currently not maintained
4
-
5
-
6
1
execnet: distributed Python deployment and communication
7
2
========================================================
8
3
4
+ Important
5
+ ---------
6
+
7
+ **execnet currently is in maintenance-only mode, mostly because it is still the backend
8
+ of the pytest-xdist plugin. Do not use in new projects. **
9
+
9
10
.. image :: https://img.shields.io/pypi/v/execnet.svg
10
11
:target: https://pypi.org/project/execnet/
11
12
Original file line number Diff line number Diff line change 3
3
.. image :: _static/pythonring.png
4
4
:align: right
5
5
6
+
7
+ .. warning ::
8
+
9
+ execnet currently is in maintenance-only mode, mostly because it is still the backend
10
+ of the pytest-xdist plugin. Do not use in new projects.
11
+
6
12
Python _ is a mature dynamic language whose interpreters can interact with
7
13
all major computing platforms today.
8
14
You can’t perform that action at this time.
0 commit comments