Skip to content

Releases: scientific-python/pytest-doctestplus

v1.3.0

25 Nov 14:01
v1.3.0
Compare
Choose a tag to compare

What's Changed

  • ci: add testing for pytest~=8.1 by @Borda in #245
  • TST: add tests for ufuncs without docstrings, wrapped or not by @lpsinger in #248
  • Update skips for broken test by @lpsinger in #249
  • CI: use available osx image for old python by @bsipocz in #250
  • CI: adding pytest 82 by @bsipocz in #251
  • BUG: Fix multiline code in generate/update diff by @seberg in #253
  • MAINT: Remove accidental debug print from new tests by @seberg in #254
  • DEP: refactored out runtime dependency on setuptools by @neutrinoceros in #258
  • CI: use hashes for actions' versions by @bsipocz in #259
  • MAINT: adding python3.13 to CI and fix any incompatibilities by @bsipocz in #260
  • Bump the actions group in /.github/workflows with 2 updates by @dependabot in #261
  • Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1 in /.github/workflows in the actions group by @dependabot in #262
  • MAINT: No need for weekly dependabot by @bsipocz in #263
  • TST: add one more python release to xfail list by @bsipocz in #266
  • MNT: Use hash for Action workflow versions and update if needed by @pllim in #267
  • CI: macos-12 is deprecated by @bsipocz in #268
  • Bump the actions group in /.github/workflows with 3 updates by @dependabot in #269
  • Don't assume config exists. by @Carreau in #271

New Contributors

Full Changelog: v1.2.1...v1.3.0

v1.2.1

10 Mar 03:41
v1.2.1
Compare
Choose a tag to compare

What's Changed

  • MNT: consider_namespace_packages now required for pytest 8.2 or after by @pllim in #241
  • MNT: pytest 8.1.1 compatibility by @braingram in #242

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0 Release Notes

04 Mar 16:22
v1.2.0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0 Release Notes

18 Dec 15:23
v1.1.0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

11 Aug 16:49
v1.0.0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.0...v1.0.0

v0.13.0

08 Jun 05:21
v0.13.0
Compare
Choose a tag to compare

What's Changed

  • MAINT: add mailmap file by @bsipocz in #187
  • MAINT: cleanup version check to close #158 by @bsipocz in #189
  • DOC: adding doctest-skip-all by @bsipocz in #190
  • Replace tmpdir test fixture with tmp_path by @eerovaher in #191
  • Remove an obsolete version check from tests by @eerovaher in #192
  • ENH: Report doctests raising skip exceptions as skipped by @effigies in #196
  • DOC: Version check is supported in the doctest-requires directive since v0.5 by @pllim in #198
  • ENH: Continue running doctests on failure by @effigies in #197
  • MNT: Do not completely take over test collection ignore by @pllim in #201

New Contributors

Full Changelog: v0.12.1...v0.13.0

v0.12.1 Release Notes

26 Sep 19:26
v0.12.1
84be053
Compare
Choose a tag to compare

Also see CHANGES.rst.

What's Changed

  • Revert "Use windows-2019 for GitHub Actions jobs" by @lpsinger in #179
  • Allow float comparison in dicts by @hamogu in #186

New Contributors

Full Changelog: v0.12.0...v0.12.1

v0.12.0 Release Notes

25 Feb 19:57
v0.12.0
6311cf7
Compare
Choose a tag to compare

Also see CHANGES.rst.

What's Changed

New Contributors

Full Changelog: v0.11.2...v0.12.0

v0.11.2 Release Notes

09 Dec 18:27
Compare
Choose a tag to compare
  • Fix version check for pytest 7.0.0rc1. [#171]
  • Recognize text beginning with <!-- as a comment for Markdown (.md) files. [#169]

v0.11.1 Release Notes

16 Nov 19:43
b57d27d
Compare
Choose a tag to compare

Fixed compatibility with pytest-dev [#168]