Skip to content

Releases: twmr/pytest-sphinx

v0.6.3

13 Apr 19:11
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.2...v0.6.3

v0.6.2

01 Apr 19:01
fd056b0
Compare
Choose a tag to compare
  • Adapt to incompatible import_path API change in pytest 8.1.1. Pytest 8.1.1 is
    required by pytest-sphinx now.

Full Changelog: v0.6.1...v0.6.2

v0.6.1

01 Apr 17:52
Compare
Choose a tag to compare

What's Changed

  • Remove _importconftest call on pytest>=8 by @thisch in #61

Full Changelog: v0.6.0...v0.6.1

v0.6.0

03 Feb 20:07
Compare
Choose a tag to compare

What's Changed

  • Add mypy by @tony in #49
  • mypy: Add --strict typings by @tony in #50
  • Support pytest8 and drop support for py37 by @thisch in #59

Full Changelog: v0.5.0...v0.6.0

v0.5.0

06 Sep 20:47
Compare
Choose a tag to compare

What's Changed

  • Use verbose regular expression by @tony in #33
  • chore(.gitignore): Ignore virtualenv directories by @tony in #32
  • Use named group regular expression by @tony in #34
  • test_sphinx_doctest.py: Assert doctest directive by @tony in #35
  • Add doctest entry to README by @thisch in #36
  • setup.py -> pyproject.toml (PEP 621) by @tony in #41
  • ci,build: Add flake8, black, isort (and wire into CI) by @tony in #42
  • build(deps): Fix typo in package name by @tony in #43
  • src/ layout structure by @tony in #45

New Contributors

  • @tony made their first contribution in #33

Full Changelog: v0.4.0...v0.5.0

v0.4.0

30 Mar 20:45
Compare
Choose a tag to compare

What's Changed

  • Test with py-3.9 in travis-CI by @thisch in #25
  • Drop support for py2.7 and require pytest>=6 by @thisch in #26
  • pytest7 support by @thisch in #29

Full Changelog: v0.3.1...v0.4.0