Skip to content

Commit 3e7d2ac

Browse files
Use generated SDKs for test dependencies
1 parent 0861bad commit 3e7d2ac

File tree

94 files changed

+70
-13311
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+70
-13311
lines changed

Makefile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@ ADD_LICENSE_HEADER := $(BIN)/license-header \
1717
--year-range "2023-2025"
1818
# This version should be kept in sync with the version in buf.yaml
1919
PROTOVALIDATE_VERSION ?= v0.14.0
20-
# Version of the cel-spec that this implementation is conformant with
21-
# This should be kept in sync with the version in test/test_format.py
20+
# Version of the cel-spec that this implementation is conformant with.
2221
CEL_SPEC_VERSION ?= v0.24.0
23-
TESTDATA_FILE := test/testdata/string_ext_$(CEL_SPEC_VERSION).textproto
22+
TESTDATA_FILE := test/testdata/string_ext.textproto
2423

2524
.PHONY: help
2625
help: ## Describe useful make targets
@@ -38,8 +37,6 @@ clean: ## Delete intermediate build artifacts
3837
generate: $(BIN)/buf $(BIN)/license-header ## Regenerate code and license headers
3938
rm -rf gen
4039
$(BIN)/buf generate buf.build/bufbuild/protovalidate:$(PROTOVALIDATE_VERSION)
41-
$(BIN)/buf generate buf.build/bufbuild/protovalidate-testing:$(PROTOVALIDATE_VERSION)
42-
$(BIN)/buf generate buf.build/google/cel-spec:$(CEL_SPEC_VERSION) --exclude-path cel/expr/conformance/proto2 --exclude-path cel/expr/conformance/proto3
4340
$(BIN)/buf generate
4441
$(ADD_LICENSE_HEADER)
4542

buf.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ modules:
33
- path: proto
44
deps:
55
- buf.build/bufbuild/protovalidate:v0.14.0
6-
- buf.build/bufbuild/protovalidate-testing:v0.14.0
76
lint:
87
use:
98
- STANDARD

gen/buf/validate/conformance/cases/bool_pb2.py

Lines changed: 0 additions & 54 deletions
This file was deleted.

gen/buf/validate/conformance/cases/bool_pb2.pyi

Lines changed: 0 additions & 44 deletions
This file was deleted.

gen/buf/validate/conformance/cases/bytes_pb2.py

Lines changed: 0 additions & 122 deletions
This file was deleted.

0 commit comments

Comments
 (0)