diff --git a/.github/workflows/_Checking_Pipeline.yml b/.github/workflows/_Checking_Pipeline.yml index 0d0c62d..5997ca5 100644 --- a/.github/workflows/_Checking_Pipeline.yml +++ b/.github/workflows/_Checking_Pipeline.yml @@ -89,7 +89,7 @@ jobs: - UnitTesting - PlatformTesting with: - additional_merge_args: '-d --pytest "pytest.tests.unit;pytest.tests.platform;pytest.tests.benchmark;pytest.tests.performance"' + additional_merge_args: '-d --pytest=rewrite-dunder-init;reduce-depth:pytest.tests.unit;;reduce-depth:pytest.tests.platform"' Package: uses: pyTooling/Actions/.github/workflows/Package.yml@r1 diff --git a/tests/platform/Specific.py b/tests/platform/Specific.py index 283f069..1ccea7d 100644 --- a/tests/platform/Specific.py +++ b/tests/platform/Specific.py @@ -28,12 +28,12 @@ # SPDX-License-Identifier: Apache-2.0 # # ==================================================================================================================== # # -from unittest import TestCase +from unittest import TestCase -from pytest import mark -from pyTooling.Common import CurrentPlatform +from pytest import mark +from pyTooling.Platform import CurrentPlatform -from pyDummy import Application +from pyDummy import Application if __name__ == "__main__": # pragma: no cover