From 295330e72cf73f7e001aacc219ffb5362ecf7227 Mon Sep 17 00:00:00 2001 From: Leighton Date: Tue, 8 Dec 2020 09:31:20 -0500 Subject: [PATCH 1/3] version --- .../opentelemetry-exporter-prometheus-remote-write/setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exporter/opentelemetry-exporter-prometheus-remote-write/setup.cfg b/exporter/opentelemetry-exporter-prometheus-remote-write/setup.cfg index 7d2869022b..0a2e95bc0a 100644 --- a/exporter/opentelemetry-exporter-prometheus-remote-write/setup.cfg +++ b/exporter/opentelemetry-exporter-prometheus-remote-write/setup.cfg @@ -39,8 +39,8 @@ package_dir= =src packages=find_namespace: install_requires = - opentelemetry-api == 0.16.dev0 - opentelemetry-sdk == 0.16.dev0 + opentelemetry-api == 0.17.dev0 + opentelemetry-sdk == 0.17.dev0 [options.packages.find] where = src From 590e6694fde58328a344a2ab71ce746d669e6fbf Mon Sep 17 00:00:00 2001 From: Leighton Date: Tue, 8 Dec 2020 09:46:04 -0500 Subject: [PATCH 2/3] test --- scripts/eachdist.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/eachdist.py b/scripts/eachdist.py index cfa1764ab3..7089da813f 100755 --- a/scripts/eachdist.py +++ b/scripts/eachdist.py @@ -414,6 +414,9 @@ def _runcmd(cmd): fmt_for_path(args.all, path) for path in targets ) cmd = args.format.format(allstr) + print(cmd) + print("Derp") + return _runcmd(cmd) else: for target in targets: From 96c7318f648edef018cdb4e600d01fb6939035e8 Mon Sep 17 00:00:00 2001 From: Leighton Date: Tue, 8 Dec 2020 09:55:43 -0500 Subject: [PATCH 3/3] replace --- scripts/eachdist.py | 3 --- tox.ini | 34 +++++++++++++++++++++++++++++++++- 2 files changed, 33 insertions(+), 4 deletions(-) diff --git a/scripts/eachdist.py b/scripts/eachdist.py index 7089da813f..cfa1764ab3 100755 --- a/scripts/eachdist.py +++ b/scripts/eachdist.py @@ -414,9 +414,6 @@ def _runcmd(cmd): fmt_for_path(args.all, path) for path in targets ) cmd = args.format.format(allstr) - print(cmd) - print("Derp") - return _runcmd(cmd) else: for target in targets: diff --git a/tox.ini b/tox.ini index f377412b3e..62d853dce8 100644 --- a/tox.ini +++ b/tox.ini @@ -291,7 +291,39 @@ commands_pre = python -m pip install {toxinidir}/opentelemetry-python-core/opentelemetry-sdk python -m pip install {toxinidir}/opentelemetry-python-core/tests/util python -m pip install {toxinidir}/opentelemetry-python-core/opentelemetry-instrumentation - python scripts/eachdist.py install --editable --with-test-deps + python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-wsgi[test] + python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-dbapi[test] + python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-asgi[test] + python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-botocore[test] + python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-django[test] + python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-starlette[test] + python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-grpc[test] + python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-falcon[test] + python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-boto[test] + python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-flask[test] + python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-sqlalchemy[test] + python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-celery[test] + python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-sklearn[test] + python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-redis[test] + python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-fastapi[test] + python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-jinja2[test] + python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pymemcache[test] + python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg2[test] + python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aiohttp-client[test] + python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-system-metrics[test] + python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-aiopg[test] + python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-sqlite3[test] + python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pyramid[test] + python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-requests[test] + python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pymysql[test] + python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-pymongo[test] + python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-elasticsearch[test] + python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-asyncpg[test] + python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-tornado[test] + python -m pip install -e {toxinidir}/instrumentation/opentelemetry-instrumentation-mysql[test] + python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-prometheus-remote-write[test] + python -m pip install -e {toxinidir}/exporter/opentelemetry-exporter-datadog[test] + python -m pip install -e {toxinidir}/sdk-extension/opentelemetry-sdk-extension-aws[test] commands = python scripts/eachdist.py lint --check-only