File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -91,12 +91,12 @@ Deprecations
91
91
92
92
- `#5975 <https://github.com/pytest-dev/pytest/issues/5975 >`_: Deprecate using direct constructors for ``Nodes ``.
93
93
94
- Instead they are new constructed via ``Node.from_parent ``.
94
+ Instead they are now constructed via ``Node.from_parent ``.
95
95
96
- This transitional mechanism enables us to detangle the very intensely
97
- entangled ``Node `` relationships by enforcing more controlled creation/configruation patterns.
96
+ This transitional mechanism enables us to untangle the very intensely
97
+ entangled ``Node `` relationships by enforcing more controlled creation/configuration patterns.
98
98
99
- As part of that session/config are already disallowed parameters and as we work on the details we might need disallow a few more as well.
99
+ As part of this change, session/config are already disallowed parameters and as we work on the details we might need disallow a few more as well.
100
100
101
101
Subclasses are expected to use `super().from_parent ` if they intend to expand the creation of `Nodes `.
102
102
You can’t perform that action at this time.
0 commit comments