We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e43eaff commit 7891dc0Copy full SHA for 7891dc0
CHANGELOG.rst
@@ -30,6 +30,15 @@
30
found in the environment, even when -vv isn't used.
31
Thanks `@The-Compiler`_ for the PR.
32
33
+* `py.code <http://pylib.readthedocs.org/en/latest/code.html>`_ has been
34
+ merged into the ``pytest`` repository. This decision was made because
35
+ ``py.code`` had very few uses outside ``pytest`` and the fact that it was
36
+ in a different repository made it difficult to fix bugs on its code in a
37
+ timely manner. The team hopes with this to be able to better refactor out
38
+ and improve that code.
39
+ This change shouldn't affect users, but it is useful to let users aware
40
+ if they encounter any strange behavior.
41
+
42
43
**Bug Fixes**
44
0 commit comments