Skip to content

Commit fc17aa1

Browse files
authored
Release opentelemetry-test (#2269)
fixes #2263
1 parent 9ed60ea commit fc17aa1

File tree

18 files changed

+20
-17
lines changed

18 files changed

+20
-17
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
# Otherwise, set variable to the commit of your branch on
1111
# opentelemetry-python-contrib which is compatible with these Core repo
1212
# changes.
13-
CONTRIB_REPO_SHA: a7c054b257225948c68a9dccb3f2973537d9b4ec
13+
CONTRIB_REPO_SHA: f5b91a305ffcd747d70e4d9ebbc582634d6955df
1414
# This is needed because we do not clone the core repo in contrib builds anymore.
1515
# When running contrib builds as part of core builds, we use actions/checkout@v2 which
1616
# does not set an environment variable (simply just runs tox), which is different when

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222
([#2242](https://github.com/open-telemetry/opentelemetry-python/pull/2242))
2323
- `opentelemetry-sdk` Sanitize env var resource attribute pairs
2424
([#2256](https://github.com/open-telemetry/opentelemetry-python/pull/2256))
25+
- `opentelemetry-test` start releasing to pypi.org
26+
([#2269](https://github.com/open-telemetry/opentelemetry-python/pull/2269))
2527

2628
## [1.6.2-0.25b2](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.6.2-0.25b2) - 2021-10-19
2729

eachdist.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sortfirst=
77
opentelemetry-sdk
88
opentelemetry-proto
99
opentelemetry-distro
10-
tests/util
10+
tests/opentelemetry-test
1111
exporter/*
1212

1313
[stable]

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ DISTDIR=dist
1616
mkdir -p $DISTDIR
1717
rm -rf $DISTDIR/*
1818

19-
for d in opentelemetry-api/ opentelemetry-sdk/ opentelemetry-proto/ opentelemetry-semantic-conventions/ exporter/*/ shim/*/ propagator/*/; do
19+
for d in opentelemetry-api/ opentelemetry-sdk/ opentelemetry-proto/ opentelemetry-semantic-conventions/ exporter/*/ shim/*/ propagator/*/ tests/opentelemetry-test/; do
2020
(
2121
echo "building $d"
2222
cd "$d"
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
OpenTelemetry Test Utilities
2+
============================
3+
4+
This package provides internal testing utilities for the OpenTelemetry Python project and provides no stability or quality guarantees.
5+
Please do not use it for anything other than writing or running tests for the OpenTelemetry Python project (github.com/open-telemetry/opentelemetry-python).
6+
7+
8+
References
9+
----------
10+
* `OpenTelemetry Project <https://opentelemetry.io/>`_

tests/util/setup.cfg renamed to tests/opentelemetry-test/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name = opentelemetry-test
1717
description = Test utilities for OpenTelemetry unit tests
1818
author = OpenTelemetry Authors
1919
author_email = [email protected]
20-
url = https://github.com/open-telemetry/opentelemetry-python/tests/util
20+
url = https://github.com/open-telemetry/opentelemetry-python/tests/opentelemetry-test
2121
platforms = any
2222
license = Apache-2.0
2323
classifiers =
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)