From 6129b63949c0c3202704d0f00e25a0fc723dfd97 Mon Sep 17 00:00:00 2001 From: "Christopher R. Nelson" Date: Sun, 31 Dec 2023 23:45:41 -0500 Subject: make cpplint working? --- crn/packages/patches/cpplint-pytest-version.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 crn/packages/patches/cpplint-pytest-version.patch (limited to 'crn/packages/patches') diff --git a/crn/packages/patches/cpplint-pytest-version.patch b/crn/packages/patches/cpplint-pytest-version.patch new file mode 100644 index 0000000..a388d4a --- /dev/null +++ b/crn/packages/patches/cpplint-pytest-version.patch @@ -0,0 +1,13 @@ +diff --git a/setup.py b/setup.py +index 0297e74..357adcb 100755 +--- a/setup.py ++++ b/setup.py +@@ -75,7 +75,7 @@ setup(name='cpplint', + long_description=open('README.rst').read(), + license='BSD-3-Clause', + setup_requires=[ +- "pytest-runner==5.2" ++ "pytest-runner" + ], + tests_require=test_required, + # extras_require allow pip install .[dev] -- cgit v1.2.3