From 7a19b6113e4dcdc2d1637eeaffcb62e8e3fe01b7 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 17 Apr 2023 13:33:14 +0200 Subject: [PATCH] pip install -e . --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ffc9b185..a0461430 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ classifiers = [ ] dependencies = [ "mock==5.0.2", - "pylama==8.4.1", + # "pylama==8.4.1", 'pytest==4.6.6; python_version < "3.0"', 'pytest==7.3.1; python_version >= "3.0"', "tox==4.4.12",