Skip to content

Commit 494d531

Browse files
author
Anis Da Silva Campos
committed
rework dev dependencies management
this rework allows for a better dev dependency management. now a simple `make install` shall provid the required dev environment for both CI and local dev. using a dev-requirement.txt files ensures repeatability and consistency between CI runs and local dev.
1 parent 57a868b commit 494d531

File tree

7 files changed

+289
-63
lines changed

7 files changed

+289
-63
lines changed

.github/workflows/checks.yaml

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,6 @@ jobs:
5454
key: >-
5555
${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
5656
steps.generate-python-key.outputs.key }}
57-
- name: Create Python virtual environment
58-
if: steps.cache-venv.outputs.cache-hit != 'true'
59-
run: |
60-
python -m venv venv
61-
. venv/bin/activate
62-
python -m pip install -U pip setuptools wheel
63-
pip install .
64-
pip install pre-commit
6557
- name: Generate pre-commit restore key
6658
id: generate-pre-commit-key
6759
run: >-
@@ -74,11 +66,9 @@ jobs:
7466
path: ${{ env.PRE_COMMIT_CACHE }}
7567
key: >-
7668
${{ runner.os }}-${{ steps.generate-pre-commit-key.outputs.key }}
77-
- name: Install pre-commit dependencies
78-
if: steps.cache-precommit.outputs.cache-hit != 'true'
79-
run: |
80-
. venv/bin/activate
81-
pre-commit install --install-hooks
69+
- name: install dependencies
70+
if: steps.cache-venv.outputs.cache-hit != 'true'
71+
run: make install
8272

8373
pylint:
8474
name: pylint
@@ -108,8 +98,9 @@ jobs:
10898
path: ${{ env.PRE_COMMIT_CACHE }}
10999
fail-on-cache-miss: true
110100
key: ${{ runner.os }}-${{ needs.prepare-base.outputs.pre-commit-key }}
101+
- name: install dependencies
102+
run: make install
111103
- name: Run pylint checks
112104
run: |
113105
. venv/bin/activate
114-
pip install .
115106
pre-commit run pylint --all-files

Makefile

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Use python executables inside venv
2+
export PATH := ./venv/bin:$(PATH)
3+
export PYTHONPATH=.
4+
5+
# creates the venv
6+
venv/bin/python3.8:
7+
python3.8 -m venv venv
8+
9+
# makes sures the venv contains a given version of pip and pip-tools
10+
venv: venv/bin/python3.8
11+
pip install --quiet --upgrade 'pip==23.3.1' 'pip-tools==7.3'
12+
13+
# generates a lock file with pinned version of all dependencies to be used by the CI and local devs
14+
dev-requirement.txt: venv dev-requirements.in setup.py
15+
pip-compile \
16+
--quiet --generate-hashes --max-rounds=20 --strip-extras \
17+
--resolver=backtracking \
18+
--output-file dev-requirement.txt \
19+
dev-requirements.in setup.cfg
20+
21+
# upgrades the dependencies to their latest/matching version
22+
upgrade: venv
23+
pip-compile \
24+
--quiet --generate-hashes --max-rounds=20 --strip-extras \
25+
--upgrade \
26+
--resolver=backtracking \
27+
--output-file dev-requirement.txt \
28+
dev-requirements.in setup.cfg
29+
30+
31+
# creates the venv if not present then install the dependencies, the package and pre-commit
32+
.PHONY: install
33+
install: venv
34+
pip-sync dev-requirement.txt
35+
# install pylint_pytest (deps are already handled by the line before)
36+
pip install --no-deps -e .
37+
# install pre-commit hooks
38+
pre-commit install

dev-requirement.txt

Lines changed: 189 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,189 @@
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.8
3+
# by the following command:
4+
#
5+
# pip-compile --generate-hashes --max-rounds=20 --output-file=dev-requirement.txt --strip-extras dev-requirements.in setup.cfg
6+
#
7+
astroid==3.0.1 \
8+
--hash=sha256:7d5895c9825e18079c5aeac0572bc2e4c83205c95d416e0b4fee8bc361d2d9ca \
9+
--hash=sha256:86b0bb7d7da0be1a7c4aedb7974e391b32d4ed89e33de6ed6902b4b15c97577e
10+
# via pylint
11+
build==1.0.3 \
12+
--hash=sha256:538aab1b64f9828977f84bc63ae570b060a8ed1be419e7870b8b4fc5e6ea553b \
13+
--hash=sha256:589bf99a67df7c9cf07ec0ac0e5e2ea5d4b37ac63301c4986d1acb126aa83f8f
14+
# via pip-tools
15+
cfgv==3.4.0 \
16+
--hash=sha256:b7265b1f29fd3316bfcd2b330d63d024f2bfd8bcb8b0272f8e19a504856c48f9 \
17+
--hash=sha256:e52591d4c5f5dead8e0f673fb16db7949d2cfb3f7da4582893288f0ded8fe560
18+
# via pre-commit
19+
click==8.1.7 \
20+
--hash=sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28 \
21+
--hash=sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de
22+
# via pip-tools
23+
dill==0.3.7 \
24+
--hash=sha256:76b122c08ef4ce2eedcd4d1abd8e641114bfc6c2867f49f3c41facf65bf19f5e \
25+
--hash=sha256:cc1c8b182eb3013e24bd475ff2e9295af86c1a38eb1aff128dac8962a9ce3c03
26+
# via pylint
27+
distlib==0.3.7 \
28+
--hash=sha256:2e24928bc811348f0feb63014e97aaae3037f2cf48712d51ae61df7fd6075057 \
29+
--hash=sha256:9dafe54b34a028eafd95039d5e5d4851a13734540f1331060d31c9916e7147a8
30+
# via virtualenv
31+
exceptiongroup==1.2.0 \
32+
--hash=sha256:4bfd3996ac73b41e9b9628b04e079f193850720ea5945fc96a08633c66912f14 \
33+
--hash=sha256:91f5c769735f051a4290d52edd0858999b57e5876e9f85937691bd4c9fa3ed68
34+
# via pytest
35+
filelock==3.13.1 \
36+
--hash=sha256:521f5f56c50f8426f5e03ad3b281b490a87ef15bc6c526f168290f0c7148d44e \
37+
--hash=sha256:57dbda9b35157b05fb3e58ee91448612eb674172fab98ee235ccb0b5bee19a1c
38+
# via virtualenv
39+
identify==2.5.32 \
40+
--hash=sha256:0b7656ef6cba81664b783352c73f8c24b39cf82f926f78f4550eda928e5e0545 \
41+
--hash=sha256:5d9979348ec1a21c768ae07e0a652924538e8bce67313a73cb0f681cf08ba407
42+
# via pre-commit
43+
importlib-metadata==7.0.0 \
44+
--hash=sha256:7fc841f8b8332803464e5dc1c63a2e59121f46ca186c0e2e182e80bf8c1319f7 \
45+
--hash=sha256:d97503976bb81f40a193d41ee6570868479c69d5068651eb039c40d850c59d67
46+
# via build
47+
iniconfig==2.0.0 \
48+
--hash=sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3 \
49+
--hash=sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374
50+
# via pytest
51+
isort==5.12.0 \
52+
--hash=sha256:8bef7dde241278824a6d83f44a544709b065191b95b6e50894bdc722fcba0504 \
53+
--hash=sha256:f84c2818376e66cf843d497486ea8fed8700b340f308f076c6fb1229dff318b6
54+
# via pylint
55+
mccabe==0.7.0 \
56+
--hash=sha256:348e0240c33b60bbdf4e523192ef919f28cb2c3d7d5c7794f74009290f236325 \
57+
--hash=sha256:6c2d30ab6be0e4a46919781807b4f0d834ebdd6c6e3dca0bda5a15f863427b6e
58+
# via pylint
59+
nodeenv==1.8.0 \
60+
--hash=sha256:d51e0c37e64fbf47d017feac3145cdbb58836d7eee8c6f6d3b6880c5456227d2 \
61+
--hash=sha256:df865724bb3c3adc86b3876fa209771517b0cfe596beff01a92700e0e8be4cec
62+
# via pre-commit
63+
packaging==23.2 \
64+
--hash=sha256:048fb0e9405036518eaaf48a55953c750c11e1a1b68e0dd1a9d62ed0c092cfc5 \
65+
--hash=sha256:8c491190033a9af7e1d931d0b5dacc2ef47509b34dd0de67ed209b5203fc88c7
66+
# via
67+
# build
68+
# pytest
69+
pip-tools==7.3.0 \
70+
--hash=sha256:8717693288720a8c6ebd07149c93ab0be1fced0b5191df9e9decd3263e20d85e \
71+
--hash=sha256:8e9c99127fe024c025b46a0b2d15c7bd47f18f33226cf7330d35493663fc1d1d
72+
# via -r dev-requirements.in
73+
platformdirs==4.0.0 \
74+
--hash=sha256:118c954d7e949b35437270383a3f2531e99dd93cf7ce4dc8340d3356d30f173b \
75+
--hash=sha256:cb633b2bcf10c51af60beb0ab06d2f1d69064b43abf4c185ca6b28865f3f9731
76+
# via
77+
# pylint
78+
# virtualenv
79+
pluggy==1.3.0 \
80+
--hash=sha256:cf61ae8f126ac6f7c451172cf30e3e43d3ca77615509771b3a984a0730651e12 \
81+
--hash=sha256:d89c696a773f8bd377d18e5ecda92b7a3793cbe66c87060a6fb58c7b6e1061f7
82+
# via pytest
83+
pre-commit==3.5.0 \
84+
--hash=sha256:5804465c675b659b0862f07907f96295d490822a450c4c40e747d0b1c6ebcb32 \
85+
--hash=sha256:841dc9aef25daba9a0238cd27984041fa0467b4199fc4852e27950664919f660
86+
# via -r dev-requirements.in
87+
pylint==3.0.2 \
88+
--hash=sha256:0d4c286ef6d2f66c8bfb527a7f8a629009e42c99707dec821a03e1b51a4c1496 \
89+
--hash=sha256:60ed5f3a9ff8b61839ff0348b3624ceeb9e6c2a92c514d81c9cc273da3b6bcda
90+
# via pylint-pytest (setup.cfg)
91+
pyproject-hooks==1.0.0 \
92+
--hash=sha256:283c11acd6b928d2f6a7c73fa0d01cb2bdc5f07c57a2eeb6e83d5e56b97976f8 \
93+
--hash=sha256:f271b298b97f5955d53fb12b72c1fb1948c22c1a6b70b315c54cedaca0264ef5
94+
# via build
95+
pytest==7.4.3 \
96+
--hash=sha256:0d009c083ea859a71b76adf7c1d502e4bc170b80a8ef002da5806527b9591fac \
97+
--hash=sha256:d989d136982de4e3b29dabcc838ad581c64e8ed52c11fbe86ddebd9da0818cd5
98+
# via pylint-pytest (setup.cfg)
99+
pyyaml==6.0.1 \
100+
--hash=sha256:04ac92ad1925b2cff1db0cfebffb6ffc43457495c9b3c39d3fcae417d7125dc5 \
101+
--hash=sha256:062582fca9fabdd2c8b54a3ef1c978d786e0f6b3a1510e0ac93ef59e0ddae2bc \
102+
--hash=sha256:0d3304d8c0adc42be59c5f8a4d9e3d7379e6955ad754aa9d6ab7a398b59dd1df \
103+
--hash=sha256:1635fd110e8d85d55237ab316b5b011de701ea0f29d07611174a1b42f1444741 \
104+
--hash=sha256:184c5108a2aca3c5b3d3bf9395d50893a7ab82a38004c8f61c258d4428e80206 \
105+
--hash=sha256:18aeb1bf9a78867dc38b259769503436b7c72f7a1f1f4c93ff9a17de54319b27 \
106+
--hash=sha256:1d4c7e777c441b20e32f52bd377e0c409713e8bb1386e1099c2415f26e479595 \
107+
--hash=sha256:1e2722cc9fbb45d9b87631ac70924c11d3a401b2d7f410cc0e3bbf249f2dca62 \
108+
--hash=sha256:1fe35611261b29bd1de0070f0b2f47cb6ff71fa6595c077e42bd0c419fa27b98 \
109+
--hash=sha256:28c119d996beec18c05208a8bd78cbe4007878c6dd15091efb73a30e90539696 \
110+
--hash=sha256:326c013efe8048858a6d312ddd31d56e468118ad4cdeda36c719bf5bb6192290 \
111+
--hash=sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9 \
112+
--hash=sha256:42f8152b8dbc4fe7d96729ec2b99c7097d656dc1213a3229ca5383f973a5ed6d \
113+
--hash=sha256:49a183be227561de579b4a36efbb21b3eab9651dd81b1858589f796549873dd6 \
114+
--hash=sha256:4fb147e7a67ef577a588a0e2c17b6db51dda102c71de36f8549b6816a96e1867 \
115+
--hash=sha256:50550eb667afee136e9a77d6dc71ae76a44df8b3e51e41b77f6de2932bfe0f47 \
116+
--hash=sha256:510c9deebc5c0225e8c96813043e62b680ba2f9c50a08d3724c7f28a747d1486 \
117+
--hash=sha256:5773183b6446b2c99bb77e77595dd486303b4faab2b086e7b17bc6bef28865f6 \
118+
--hash=sha256:596106435fa6ad000c2991a98fa58eeb8656ef2325d7e158344fb33864ed87e3 \
119+
--hash=sha256:6965a7bc3cf88e5a1c3bd2e0b5c22f8d677dc88a455344035f03399034eb3007 \
120+
--hash=sha256:69b023b2b4daa7548bcfbd4aa3da05b3a74b772db9e23b982788168117739938 \
121+
--hash=sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0 \
122+
--hash=sha256:704219a11b772aea0d8ecd7058d0082713c3562b4e271b849ad7dc4a5c90c13c \
123+
--hash=sha256:7e07cbde391ba96ab58e532ff4803f79c4129397514e1413a7dc761ccd755735 \
124+
--hash=sha256:81e0b275a9ecc9c0c0c07b4b90ba548307583c125f54d5b6946cfee6360c733d \
125+
--hash=sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28 \
126+
--hash=sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4 \
127+
--hash=sha256:9046c58c4395dff28dd494285c82ba00b546adfc7ef001486fbf0324bc174fba \
128+
--hash=sha256:9eb6caa9a297fc2c2fb8862bc5370d0303ddba53ba97e71f08023b6cd73d16a8 \
129+
--hash=sha256:a0cd17c15d3bb3fa06978b4e8958dcdc6e0174ccea823003a106c7d4d7899ac5 \
130+
--hash=sha256:afd7e57eddb1a54f0f1a974bc4391af8bcce0b444685d936840f125cf046d5bd \
131+
--hash=sha256:b1275ad35a5d18c62a7220633c913e1b42d44b46ee12554e5fd39c70a243d6a3 \
132+
--hash=sha256:b786eecbdf8499b9ca1d697215862083bd6d2a99965554781d0d8d1ad31e13a0 \
133+
--hash=sha256:ba336e390cd8e4d1739f42dfe9bb83a3cc2e80f567d8805e11b46f4a943f5515 \
134+
--hash=sha256:baa90d3f661d43131ca170712d903e6295d1f7a0f595074f151c0aed377c9b9c \
135+
--hash=sha256:bc1bf2925a1ecd43da378f4db9e4f799775d6367bdb94671027b73b393a7c42c \
136+
--hash=sha256:bd4af7373a854424dabd882decdc5579653d7868b8fb26dc7d0e99f823aa5924 \
137+
--hash=sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34 \
138+
--hash=sha256:bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43 \
139+
--hash=sha256:c8098ddcc2a85b61647b2590f825f3db38891662cfc2fc776415143f599bb859 \
140+
--hash=sha256:d2b04aac4d386b172d5b9692e2d2da8de7bfb6c387fa4f801fbf6fb2e6ba4673 \
141+
--hash=sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54 \
142+
--hash=sha256:d858aa552c999bc8a8d57426ed01e40bef403cd8ccdd0fc5f6f04a00414cac2a \
143+
--hash=sha256:e7d73685e87afe9f3b36c799222440d6cf362062f78be1013661b00c5c6f678b \
144+
--hash=sha256:f003ed9ad21d6a4713f0a9b5a7a0a79e08dd0f221aff4525a2be4c346ee60aab \
145+
--hash=sha256:f22ac1c3cac4dbc50079e965eba2c1058622631e526bd9afd45fedd49ba781fa \
146+
--hash=sha256:faca3bdcf85b2fc05d06ff3fbc1f83e1391b3e724afa3feba7d13eeab355484c \
147+
--hash=sha256:fca0e3a251908a499833aa292323f32437106001d436eca0e6e7833256674585 \
148+
--hash=sha256:fd1592b3fdf65fff2ad0004b5e363300ef59ced41c2e6b3a99d4089fa8c5435d \
149+
--hash=sha256:fd66fc5d0da6d9815ba2cebeb4205f95818ff4b79c3ebe268e75d961704af52f
150+
# via pre-commit
151+
tomli==2.0.1 \
152+
--hash=sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc \
153+
--hash=sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f
154+
# via
155+
# build
156+
# pip-tools
157+
# pylint
158+
# pyproject-hooks
159+
# pytest
160+
tomlkit==0.12.3 \
161+
--hash=sha256:75baf5012d06501f07bee5bf8e801b9f343e7aac5a92581f20f80ce632e6b5a4 \
162+
--hash=sha256:b0a645a9156dc7cb5d3a1f0d4bab66db287fcb8e0430bdd4664a095ea16414ba
163+
# via pylint
164+
typing-extensions==4.8.0 \
165+
--hash=sha256:8f92fc8806f9a6b641eaa5318da32b44d401efaac0f6678c9bc448ba3605faa0 \
166+
--hash=sha256:df8e4339e9cb77357558cbdbceca33c303714cf861d1eef15e1070055ae8b7ef
167+
# via
168+
# astroid
169+
# pylint
170+
virtualenv==20.25.0 \
171+
--hash=sha256:4238949c5ffe6876362d9c0180fc6c3a824a7b12b80604eeb8085f2ed7460de3 \
172+
--hash=sha256:bf51c0d9c7dd63ea8e44086fa1e4fb1093a31e963b86959257378aef020e1f1b
173+
# via pre-commit
174+
wheel==0.42.0 \
175+
--hash=sha256:177f9c9b0d45c47873b619f5b650346d632cdc35fb5e4d25058e09c9e581433d \
176+
--hash=sha256:c45be39f7882c9d34243236f2d63cbd58039e360f85d0913425fbd7ceea617a8
177+
# via
178+
# -r dev-requirements.in
179+
# pip-tools
180+
zipp==3.17.0 \
181+
--hash=sha256:0e923e726174922dce09c53c59ad483ff7bbb8e572e00c7f7c46b88556409f31 \
182+
--hash=sha256:84e64a1c28cf7e91ed2078bb8cc8c259cb19b76942096c8d7b84947690cabaf0
183+
# via importlib-metadata
184+
185+
# WARNING: The following packages were not pinned, but pip requires them to be
186+
# pinned when the requirements file includes hashes and the requirement is not
187+
# satisfied by a package already installed. Consider using the --allow-unsafe flag.
188+
# pip
189+
# setuptools

dev-requirements.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
pip-tools
2+
wheel
3+
pre-commit

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Only a configuration storage, for now
2+
[build-system]
3+
requires = ["setuptools"]
4+
25
[tool.aliases]
36
test = "pytest"
47

setup.cfg

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
[metadata]
2+
name = pylint-pytest
3+
version = 1.1.6
4+
author = Stavros Ntentos
5+
author_email = 133706+stdedos@users.noreply.github.com
6+
license = MIT
7+
description = A Pylint plugin to suppress pytest-related false positives.
8+
keywords = pylint, pytest, plugin
9+
url = https://github.com/pylint-dev/pylint-pytest
10+
long_description = file: README.md
11+
long_description_content_type = text/markdown
12+
classifiers =
13+
Development Status :: 5 - Production/Stable
14+
Intended Audience :: Developers
15+
Topic :: Software Development :: Testing
16+
Topic :: Software Development :: Quality Assurance
17+
Programming Language :: Python
18+
Programming Language :: Python :: 3
19+
Programming Language :: Python :: 3.8
20+
Programming Language :: Python :: 3.9
21+
Programming Language :: Python :: 3.10
22+
Programming Language :: Python :: 3.11
23+
Programming Language :: Python :: Implementation :: CPython
24+
Operating System :: OS Independent
25+
License :: OSI Approved :: MIT License
26+
project_urls =
27+
Changelog = https://github.com/pylint-dev/pylint-pytest/blob/master/CHANGELOG.md
28+
Documentation = https://github.com/pylint-dev/pylint-pytest#readme
29+
Say Thanks! = https://saythanks.io/to/stdedos
30+
Source = https://github.com/pylint-dev/pylint-pytest
31+
Tracker = https://github.com/pylint-dev/pylint-pytest/issues
32+
33+
[aliases]
34+
test = pytest
35+
36+
[options]
37+
packages = find:
38+
install_requires =
39+
pylint>=2,<4
40+
pytest>=4.6
41+
python_requires = >=3.8
42+
tests_require =
43+
pytest
44+
pytest-cov
45+
pylint
46+
[options.packages.find]
47+
exclude =
48+
tests*
49+
sandbox

setup.py

Lines changed: 2 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,5 @@
11
#!/usr/bin/env python
22

3-
from os import path
3+
from setuptools import setup
44

5-
from setuptools import find_packages, setup
6-
7-
here = path.abspath(path.dirname(__file__))
8-
with open(path.join(here, "README.md")) as fin:
9-
long_description = fin.read()
10-
11-
12-
setup(
13-
name="pylint-pytest",
14-
version="1.1.6",
15-
author="Stavros Ntentos",
16-
author_email="133706+stdedos@users.noreply.github.com",
17-
license="MIT",
18-
url="https://github.com/pylint-dev/pylint-pytest",
19-
project_urls={
20-
"Changelog": "https://github.com/pylint-dev/pylint-pytest/blob/master/CHANGELOG.md",
21-
"Documentation": "https://github.com/pylint-dev/pylint-pytest#readme",
22-
"Say Thanks!": "https://saythanks.io/to/stdedos",
23-
"Source": "https://github.com/pylint-dev/pylint-pytest",
24-
"Tracker": "https://github.com/pylint-dev/pylint-pytest/issues",
25-
},
26-
description="A Pylint plugin to suppress pytest-related false positives.",
27-
long_description=long_description,
28-
long_description_content_type="text/markdown",
29-
packages=find_packages(exclude=["tests*", "sandbox"]),
30-
install_requires=[
31-
"pylint>=2",
32-
"pytest>=4.6",
33-
],
34-
python_requires=">=3.8",
35-
classifiers=[
36-
"Development Status :: 5 - Production/Stable",
37-
"Intended Audience :: Developers",
38-
"Topic :: Software Development :: Testing",
39-
"Topic :: Software Development :: Quality Assurance",
40-
"Programming Language :: Python",
41-
"Programming Language :: Python :: 3",
42-
"Programming Language :: Python :: 3.8",
43-
"Programming Language :: Python :: 3.9",
44-
"Programming Language :: Python :: 3.10",
45-
"Programming Language :: Python :: 3.11",
46-
"Programming Language :: Python :: Implementation :: CPython",
47-
"Operating System :: OS Independent",
48-
"License :: OSI Approved :: MIT License",
49-
],
50-
tests_require=["pytest", "pytest-cov", "pylint"],
51-
keywords=["pylint", "pytest", "plugin"],
52-
)
5+
setup()

0 commit comments

Comments
 (0)