mirror of
https://github.com/platformio/platformio-core.git
synced 2025-10-02 00:20:56 +02:00
Bump GoogleTest to ^1.12.0 and Doctest to ^2.4.9
This commit is contained in:
@@ -102,7 +102,7 @@ class DoctestTestCaseParser:
|
|||||||
|
|
||||||
class DoctestTestRunner(TestRunnerBase):
|
class DoctestTestRunner(TestRunnerBase):
|
||||||
|
|
||||||
EXTRA_LIB_DEPS = ["doctest/doctest@^2.4.8"]
|
EXTRA_LIB_DEPS = ["doctest/doctest@^2.4.9"]
|
||||||
|
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
super().__init__(*args, **kwargs)
|
super().__init__(*args, **kwargs)
|
||||||
|
@@ -90,7 +90,7 @@ class GoogletestTestCaseParser:
|
|||||||
|
|
||||||
class GoogletestTestRunner(TestRunnerBase):
|
class GoogletestTestRunner(TestRunnerBase):
|
||||||
|
|
||||||
EXTRA_LIB_DEPS = ["google/googletest@^1.11.0"]
|
EXTRA_LIB_DEPS = ["google/googletest@^1.12.0"]
|
||||||
|
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
super().__init__(*args, **kwargs)
|
super().__init__(*args, **kwargs)
|
||||||
|
Reference in New Issue
Block a user