Skip to content

Commit e1aebd7

Browse files
committed
fix: update conformance stub to reflect weaver-spec v0.2.0 published state
weaver-spec is published (v0.2.0) but weaver_contracts.conformance does not yet exist (dgenio/weaver-spec#4 still open). Update: - Echo messages: spec IS published; runner specifically is not yet available - pip install comment: use git+https install path (not bare package name; not on PyPI) and correct distribution name weaver_contracts (underscore) - Remove now-redundant hyphen/underscore clarifying comment (replaced by the git+https install path which sidesteps the naming ambiguity)
1 parent dd1f1d1 commit e1aebd7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ jobs:
6464
- name: Install dependencies
6565
run: pip install -e ".[dev]"
6666

67-
# Placeholder: activate once dgenio/weaver-spec#4 ships the conformance suite.
67+
# Placeholder: activate once dgenio/weaver-spec#4 ships the conformance runner.
68+
# weaver-spec IS published (v0.2.0); weaver_contracts.conformance does not yet exist.
6869
# Replace this step with:
69-
# pip install weaver-contracts
70-
# # Distribution name uses a hyphen; the Python module uses an underscore.
70+
# pip install git+https://github.com/dgenio/weaver-spec.git#subdirectory=contracts/python
7171
# python -m weaver_contracts.conformance --target agent_kernel
7272
- name: weaver-spec conformance suite (stub)
7373
run: |
74-
echo "weaver-spec conformance suite not yet published (dgenio/weaver-spec#4)."
75-
echo "Stub passes. Activate when weaver_contracts.conformance is available."
74+
echo "weaver-spec v0.2.0 is published; weaver_contracts.conformance runner not yet available (dgenio/weaver-spec#4)."
75+
echo "Stub passes. Activate when dgenio/weaver-spec#4 ships."

0 commit comments

Comments
 (0)