diff --git a/changelog/10313.trivial.rst b/changelog/10313.trivial.rst new file mode 100644 index 000000000..8203b5802 --- /dev/null +++ b/changelog/10313.trivial.rst @@ -0,0 +1,3 @@ +Made ``_pytest.doctest.DoctestItem`` export ``pytest.DoctestItem`` for +type check and runtime purposes. Made `_pytest.doctest` use internal APIs +to avoid circular imports.