From adc7f0c7a4c7bc9c528e79c3846c9b71ee27f956 Mon Sep 17 00:00:00 2001 From: Agrendalath Date: Wed, 17 Jan 2024 04:11:32 +0100 Subject: [PATCH] test: remove `setup.py` from tests Its structure is shared between multiple repositories. --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 6441317..4a59232 100644 --- a/tox.ini +++ b/tox.ini @@ -38,8 +38,8 @@ allowlist_externals = deps = -r{toxinidir}/requirements/quality.txt commands = - pylint google_drive setup.py - pycodestyle google_drive setup.py + pylint google_drive + pycodestyle google_drive make selfcheck [testenv:package]