From 636d8a23f10a2478bb8c8abd3148a90413ebf538 Mon Sep 17 00:00:00 2001 From: Andrey Khrolenok Date: Fri, 17 May 2024 15:21:57 +0300 Subject: [PATCH] Update GitHub test rules --- .github/workflows/py-test.yml | 4 ---- requirements-test.txt | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/py-test.yml b/.github/workflows/py-test.yml index 77d6e6d..0f95eb3 100644 --- a/.github/workflows/py-test.yml +++ b/.github/workflows/py-test.yml @@ -3,10 +3,6 @@ name: "Python testing" on: push: - branches: - - master - - main - - dev pull_request: schedule: - cron: "23 3 * * 1" diff --git a/requirements-test.txt b/requirements-test.txt index e98091b..9ec5331 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -5,7 +5,7 @@ colorlog~=6.8 flake8~=7.0 flake8-docstrings~=1.7 mypy~=1.10 -pylint~=3.1 +pylint~=3.3 pylint-strict-informational==0.1 pytest>=7.2 pytest-cov>=3.0