Releases: common-workflow-language/cwltest
Releases · common-workflow-language/cwltest
2.3.20230527113600
What's Changed
Misc
- Update tox requirement from <4 to <5 by @dependabot in #159
- use CODECOV_TOKEN to avoid CI fails by @mr-c in #160
- readthedocs: install graphviz by @mr-c in #161
- Bump mypy from 0.991 to 1.0.0 by @dependabot in #162
- Bump sphinx-rtd-theme from 1.1.1 to 1.2.0 by @dependabot in #163
- Bump mypy from 1.0.0 to 1.3.0 by @dependabot in #164 #165 #167 #168
- Update black requirement from ~=23.1 to ~=23.3 by @dependabot in #166
- Bump sphinx-rtd-theme from 1.2.0 to 1.2.1 by @dependabot in #169
Full Changelog: 2.3.20230108193615...2.3.20230527113600
2.3.20230108193615
What's Changed
- add basic pytest runner for cwltest by @mr-c in #74
- Support string
id
field by @tom-tan in #137 - Add strict schema by @tom-tan in #138
- Add
--exclude-tags
option by @tom-tan in #139 - Update Python versions tested on README by @kinow in #140
- Add deprecation messages by @tom-tan in #141
- start testing with Python 3.11 by @mr-c in #148
- Code reorganization by @GlassOfWhiskey in #155
- Refactoring test suite by @GlassOfWhiskey in #156
- build docs by @mr-c in #157
- prepare for the release of 2.3.x by @mr-c in #158
deps
- Bump mypy from 0.950 to 0.960 by @dependabot in #142
- Bump mypy from 0.960 to 0.981 by @dependabot in #147
- Bump actions/checkout from 2 to 3 by @dependabot in #149
- Bump github/codeql-action from 1 to 2 by @dependabot in #150
- Bump mypy from 0.981 to 0.982 by @dependabot in #151
- Update pytest requirement from <7.2,>=6.2 to >=6.2,<7.3 by @dependabot in #152
- Bump mypy from 0.982 to 0.990 by @dependabot in #153
- Bump mypy from 0.990 to 0.991 by @dependabot in #154
New Contributors
- @kinow made their first contribution in #140
- @GlassOfWhiskey made their first contribution in #155
Full Changelog: 2.2.20220521103021...2.3.20230108193615
2.2.20220521103021
What's Changed
- Add
should_fail.default
to the schema by @tom-tan in #135 - Print
doc
field in one line by @tom-tan in #136
deps
- Bump mypy from 0.910 to 0.920 by @dependabot in #124
- Bump mypy from 0.920 to 0.921 by @dependabot in #125
- Bump mypy from 0.921 to 0.930 by @dependabot in #126
- Bump mypy from 0.930 to 0.931 by @dependabot in #127
- Update pytest requirement from <6.3,>=6.2 to >=6.2,<7.1 by @dependabot in #128
- Update pytest requirement from <7 to <8 by @dependabot in #129
- Bump mypy from 0.931 to 0.940 by @dependabot in #130
- Update pytest requirement from <7.1,>=6.2 to >=6.2,<7.2 by @dependabot in #131
- Bump mypy from 0.940 to 0.941 by @dependabot in #132
- Bump mypy from 0.941 to 0.942 by @dependabot in #133
- Bump mypy from 0.942 to 0.950 by @dependabot in #134
Full Changelog: 2.2.20211116163652...2.2.20220521103021
2.2.20211116163652
What's Changed
- Collect output from timed-out tests by @adamnovak in #123
- update badges by @mr-c in #118
Full Changelog: 2.2.20210901154959...2.2.20211116163652
2.2.20210901154959
What's Changed
Full Changelog: 2.1.20210626101542...2.2.20210901154959
cwltest 2.1.20210626101542 allow newer schema-salad
Update schema-salad requirement Updates the requirements on [schema-salad](https://github.com/common-workflow-language/schema_salad) to permit the latest version. - [Release notes](https://github.com/common-workflow-language/schema_salad/releases) - [Commits](https://github.com/common-workflow-language/schema_salad/compare/5.0.20200220195218...8.0.20210624154013) --- updated-dependencies: - dependency-name: schema-salad dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
cwltest 2.1.20210423130452: allow exclusion of tests by name or number
cwltest 2.0.20200626112502: new option --show-tags
"--show-tags" to show all tags in tests #88 by @manabuishii