1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 19:55:26 +03:00

testing/cpplint: new aport

This commit is contained in:
ptrcnull 2023-01-10 12:48:23 +01:00 committed by alice
parent 144fda98e4
commit 2b94993485
3 changed files with 85 additions and 0 deletions

View file

@ -0,0 +1,13 @@
diff --git a/setup.py b/setup.py
index aef5c4e..55b32cb 100755
--- a/setup.py
+++ b/setup.py
@@ -73,7 +73,7 @@ setup(name='cpplint',
long_description=open('README.rst').read(),
license='BSD-3-Clause',
setup_requires=[
- "pytest-runner==5.2"
+ "pytest-runner>=5.2"
],
tests_require=test_required,
# extras_require allow pip install .[dev]