Skip to content

Commit

Permalink
chore: drop pylama
Browse files Browse the repository at this point in the history
- it does not install on Python 3.12
- it is not maintained
  • Loading branch information
nijel committed Oct 25, 2024
1 parent 1dc7cf1 commit 73bfb5d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[wheel]
universal = 1

[pylama]
skip = env/*,venv/*

[tool:pytest]
testpaths = tests
norecursedirs = env venv .git
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
tests_require = [
"pytest-runner",
"pytest",
"pylama",
"responses",
"mock",
"coveralls",
Expand Down

0 comments on commit 73bfb5d

Please sign in to comment.