Skip to content

Commit

Permalink
Remove test for __version__, as it was removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jul 21, 2024
1 parent 0065c03 commit 1b576d3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/test_flake8.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@
pytest_plugins = ("pytester",)


def test_version():
"""Verify we can get version."""
import pytest_flake8

assert pytest_flake8.__version__


class TestIgnores:
"""Test ignores."""

Expand Down

0 comments on commit 1b576d3

Please sign in to comment.