Skip to content

Commit c442db6

Browse files
committed
testing
1 parent 90bae63 commit c442db6

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed

.github/workflows/generate_workflows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
)
1515
_tox_lint_env_regex = re_compile(r"lint-(?P<name>[-\w]+)")
1616
_tox_contrib_env_regex = re_compile(
17-
r"py38-test-(?P<name>[-\w]+\w)-?(?P<contrib_requirements>\d+)?"
17+
r"py39-test-(?P<name>[-\w]+\w)-?(?P<contrib_requirements>\d+)?"
1818
)
1919

2020

tox.ini

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ envlist =
88
; Environments are organized by individual package, allowing
99
; for specifying supported Python versions per package.
1010

11-
<<<<<<< HEAD
1211
py3{9,10,11,12,13}-test-opentelemetry-api
1312
pypy3-test-opentelemetry-api
1413
lint-opentelemetry-api
@@ -24,23 +23,6 @@ envlist =
2423

2524
py3{9,10,11,12,13}-test-opentelemetry-semantic-conventions
2625
pypy3-test-opentelemetry-semantic-conventions
27-
=======
28-
py3{8,9,10,11,12,13}-test-opentelemetry-api
29-
pypy38-test-opentelemetry-api
30-
lint-opentelemetry-api
31-
32-
py3{8,9,10,11,12,13}-test-opentelemetry-proto-protobuf5
33-
pypy38-test-opentelemetry-proto-protobuf5
34-
lint-opentelemetry-proto-protobuf5
35-
36-
py3{8,9,10,11,12,13}-test-opentelemetry-sdk
37-
pypy38-test-opentelemetry-sdk
38-
lint-opentelemetry-sdk
39-
benchmark-opentelemetry-sdk
40-
41-
py3{8,9,10,11,12,13}-test-opentelemetry-semantic-conventions
42-
pypy38-test-opentelemetry-semantic-conventions
43-
>>>>>>> a66a495d (try pypy38)
4426
lint-opentelemetry-semantic-conventions
4527

4628
py3{9,10,11,12,13}-test-opentelemetry-getting-started
@@ -176,12 +158,6 @@ setenv =
176158
; i.e: CONTRIB_REPO_SHA=dde62cebffe519c35875af6d06fae053b3be65ec tox -e <env to test>
177159
CONTRIB_REPO_SHA={env:CONTRIB_REPO_SHA:main}
178160
CONTRIB_REPO=git+https://github.com/open-telemetry/opentelemetry-python-contrib.git@{env:CONTRIB_REPO_SHA}
179-
<<<<<<< HEAD
180-
=======
181-
UV_CONFIG_FILE={toxinidir}/tox-uv.toml
182-
#UV_PYTHON_PREFERENCE=only
183-
mypy: MYPYPATH={toxinidir}/opentelemetry-api/src/:{toxinidir}/opentelemetry-semantic-conventions/src/:{toxinidir}/opentelemetry-sdk/src/:{toxinidir}/tests/opentelemetry-test-utils/src/
184-
>>>>>>> 18b9bad6 (try uv only-system)
185161
commands_pre =
186162
; In order to get a healthy coverage report,
187163
; we have to install packages in editable mode.

0 commit comments

Comments
 (0)