File tree 1 file changed +15
-0
lines changed 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 19
19
20
20
**Changes **
21
21
22
+ * **Important **: `py.code <http://pylib.readthedocs.org/en/latest/code.html >`_ has been
23
+ merged into the ``pytest `` repository as ``pytest._code ``. This decision
24
+ was made because ``py.code `` had very few uses outside ``pytest `` and the
25
+ fact that it was in a different repository made it difficult to fix bugs on
26
+ its code in a timely manner. The team hopes with this to be able to better
27
+ refactor out and improve that code.
28
+ This change shouldn't affect users, but it is useful to let users aware
29
+ if they encounter any strange behavior.
30
+
31
+ Keep in mind that the code for ``pytest._code `` is **private ** and
32
+ **experimental **, so you definitely should not import it explicitly!
33
+
34
+ Please note that the original ``py.code `` is still available in
35
+ `pylib <http://pylib.readthedocs.org >`_.
36
+
22
37
* ``pytest_enter_pdb `` now optionally receives the pytest config object.
23
38
Thanks `@nicoddemus `_ for the PR.
24
39
You can’t perform that action at this time.
0 commit comments