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

0.6.0 -- Support pytest6

Compare
Choose a tag to compare
@mattwwarren mattwwarren released this 23 Feb 22:25
· 2 commits to master since this release
49e90fc

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