[med-svn] [Git][med-team/cwltest][upstream] New upstream version 2.4.20240129145612

Michael R. Crusoe (@crusoe) gitlab at salsa.debian.org
Wed Jan 31 13:42:35 GMT 2024



Michael R. Crusoe pushed to branch upstream at Debian Med / cwltest


Commits:
ed433de8 by Michael R. Crusoe at 2024-01-31T14:26:07+01:00
New upstream version 2.4.20240129145612
- - - - -


9 changed files:

- .github/workflows/ci-tests.yml
- PKG-INFO
- cwltest.egg-info/PKG-INFO
- cwltest.egg-info/requires.txt
- cwltest/_version.py
- cwltest/plugin.py
- dev-requirements.txt
- requirements.txt
- test-requirements.txt


Changes:

=====================================
.github/workflows/ci-tests.yml
=====================================
@@ -50,7 +50,7 @@ jobs:
 
       - name: MyPy cache
         if: ${{ matrix.step == 'mypy' }}
-        uses: actions/cache at v3
+        uses: actions/cache at v4
         with:
           path: .mypy_cache/${{ env.py-semver }}
           key: mypy-${{ env.py-semver }}


=====================================
PKG-INFO
=====================================
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: cwltest
-Version: 2.4.20231222081524
+Version: 2.4.20240129145612
 Summary: Common Workflow Language testing framework
 Author-email: Common workflow language working group <common-workflow-language at googlegroups.com>
 License: Apache 2.0
@@ -23,7 +23,7 @@ Description-Content-Type: text/x-rst
 License-File: LICENSE
 Requires-Dist: schema-salad<9,>=5.0.20200220195218
 Requires-Dist: junit-xml>=1.8
-Requires-Dist: pytest<8,>=7
+Requires-Dist: pytest<9,>=7
 Requires-Dist: defusedxml
 Requires-Dist: importlib_resources>=1.4; python_version < "3.9"
 Provides-Extra: pytest-plugin


=====================================
cwltest.egg-info/PKG-INFO
=====================================
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: cwltest
-Version: 2.4.20231222081524
+Version: 2.4.20240129145612
 Summary: Common Workflow Language testing framework
 Author-email: Common workflow language working group <common-workflow-language at googlegroups.com>
 License: Apache 2.0
@@ -23,7 +23,7 @@ Description-Content-Type: text/x-rst
 License-File: LICENSE
 Requires-Dist: schema-salad<9,>=5.0.20200220195218
 Requires-Dist: junit-xml>=1.8
-Requires-Dist: pytest<8,>=7
+Requires-Dist: pytest<9,>=7
 Requires-Dist: defusedxml
 Requires-Dist: importlib_resources>=1.4; python_version < "3.9"
 Provides-Extra: pytest-plugin


=====================================
cwltest.egg-info/requires.txt
=====================================
@@ -1,6 +1,6 @@
 schema-salad<9,>=5.0.20200220195218
 junit-xml>=1.8
-pytest<8,>=7
+pytest<9,>=7
 defusedxml
 
 [:python_version < "3.9"]


=====================================
cwltest/_version.py
=====================================
@@ -12,5 +12,5 @@ __version__: str
 __version_tuple__: VERSION_TUPLE
 version_tuple: VERSION_TUPLE
 
-__version__ = version = '2.4.20231222081524'
-__version_tuple__ = version_tuple = (2, 4, 20231222081524)
+__version__ = version = '2.4.20240129145612'
+__version_tuple__ = version_tuple = (2, 4, 20240129145612)


=====================================
cwltest/plugin.py
=====================================
@@ -33,6 +33,7 @@ if TYPE_CHECKING:
     from _pytest.config import PytestPluginManager
     from _pytest.config.argparsing import Parser as PytestParser
     from _pytest.nodes import Node
+    from pluggy import HookCaller
 
 
 class TestRunner(Protocol):
@@ -58,7 +59,7 @@ def _get_comma_separated_option(config: "Config", name: str) -> List[str]:
 def _run_test_hook_or_plain(
     test: Dict[str, str],
     config: utils.CWLTestConfig,
-    hook: TestRunner,
+    hook: "HookCaller",
 ) -> utils.TestResult:
     """Run tests using a provided pytest_cwl_execute_test hook or the --cwl-runner."""
     processfile, jobfile = utils.prepare_test_paths(test, config.basedir)


=====================================
dev-requirements.txt
=====================================
@@ -1,5 +1,5 @@
 diff_cover
-black ~= 23.12
+black ~= 24.1
 pylint
 pep257
 pydocstyle


=====================================
requirements.txt
=====================================
@@ -1,5 +1,5 @@
 schema-salad >= 5.0.20200220195218, < 9
 junit-xml >= 1.8
-pytest >= 7, < 8
+pytest >= 7, < 9
 defusedxml
 importlib_resources>=1.4;python_version<'3.9'


=====================================
test-requirements.txt
=====================================
@@ -1,5 +1,5 @@
 cwlref-runner
 cwltool
-pytest >= 7, < 8
+pytest >= 7, < 9
 pytest-cov
 pytest-xdist



View it on GitLab: https://salsa.debian.org/med-team/cwltest/-/commit/ed433de8df6c25ed56f083af99389d89718e88bc

-- 
View it on GitLab: https://salsa.debian.org/med-team/cwltest/-/commit/ed433de8df6c25ed56f083af99389d89718e88bc
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20240131/822a1c87/attachment-0001.htm>


More information about the debian-med-commit mailing list