mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-05 05:13:04 +00:00
17 lines
405 B
Diff
17 lines
405 B
Diff
diff --git a/setup.py b/setup.py
|
|
index aef5c4e..030ea14 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"
|
|
],
|
|
tests_require=test_required,
|
|
# extras_require allow pip install .[dev]
|
|
--
|
|
2.31.1
|
|
|