Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Releases: wanderu/pytest-bandit

0.6.1 -- Support pytest6 and successfully publish through Actions

23 Feb 22:31
Compare
Choose a tag to compare

0.6.0 -- Support pytest6

23 Feb 22:25
49e90fc
Compare
Choose a tag to compare

Fixes

  • Updates BanditItem to adhere to the new pytest6 api surface (uses .from_parent ) #18
  • Falls back to pytest5 api if pytest.Item is missing .from_parent class method

Internals

  • Switch testing framework from Travis to GitHub Actions #23