Skip to content

Commit

Permalink
tests: drop pylint cruft, we use ruff now
Browse files Browse the repository at this point in the history
  • Loading branch information
nbraud authored and duckinator committed Aug 10, 2024
1 parent d824436 commit 3cba3c0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ def _src_name(src):
return name.removesuffix(".git")


# pylint: disable=redefined-outer-name
# would trigger on any fixture which uses another fixture defined in the same file

test_dir = Path(__file__).parent

@pytest.fixture(scope="session", ids=_src_name, params=(
Expand Down
3 changes: 0 additions & 3 deletions tests/test_repos.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
from helpers import bork_check

# pylint: disable=unused-argument
# the `project` feature is used implicitly, as it changes the working directory

def test_repo(project):
bork_check('clean')
bork_check('build')
Expand Down

0 comments on commit 3cba3c0

Please sign in to comment.