Skip to content

Commit

Permalink
Merge pull request #111 from elchupanebrej/facelift
Browse files Browse the repository at this point in the history
Switch to official ci-environment
  • Loading branch information
elchupanebrej committed Sep 1, 2024
2 parents 228e5a6 + fa98b56 commit ec11816
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ Unreleased
----------
- Add support of python 3.12 at CI
- Add Support of pytest 8
- Switch to gherkin official package: https://pypi.org/project/ci-environment/

2.1.0
----------
- Using official cucmber ci-environment lib
- Add validation for legacy cucumber.json output
- Migrated to Pydantic 2
- Add tests for PyPy
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12"
]
# This is needed until ci-environment&messages become regular PyPi packages
dependencies = [
"aiohttp",
"attrs",
"certifi",
"cuke-ci-environment==0.1.0",
"ci-environment",
# This is needed until messages become regular PyPi package https://github.com/cucumber/messages/pull/165
"cuke-messages==0.1.0",
"cucumber-expressions",
"decopatch",
Expand Down

0 comments on commit ec11816

Please sign in to comment.