From 73bfb5d7bb84411a04b15af6ebc69b9a84887418 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 25 Oct 2024 10:11:44 +0200 Subject: [PATCH] chore: drop pylama - it does not install on Python 3.12 - it is not maintained --- setup.cfg | 3 --- setup.py | 1 - 2 files changed, 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index 62c67f8..c7ed16f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,9 +1,6 @@ [wheel] universal = 1 -[pylama] -skip = env/*,venv/* - [tool:pytest] testpaths = tests norecursedirs = env venv .git diff --git a/setup.py b/setup.py index 8f23dc1..07facaf 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,6 @@ tests_require = [ "pytest-runner", "pytest", - "pylama", "responses", "mock", "coveralls",