File tree 4 files changed +4
-4
lines changed
instrumentation/opentelemetry-instrumentation-flask/tests
tests/opentelemetry-docker-tests/tests
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ pip install opentelemetry-instrumentation-{integration}
73
73
74
74
To install the development versions of these packages instead, clone or fork
75
75
this repo and do an [ editable
76
- install] ( https://pip.pypa.io/en/stable/reference/pip_install /#editable-installs ) :
76
+ install] ( https://pip.pypa.io/en/stable/topics/local-project-installs /#editable-installs ) :
77
77
78
78
``` sh
79
79
pip install -e ./instrumentation/opentelemetry-instrumentation-{integration}
Original file line number Diff line number Diff line change @@ -520,7 +520,7 @@ def test_flask_metrics_new_semconv(self):
520
520
if isinstance (point , HistogramDataPoint ):
521
521
self .assertEqual (point .count , 3 )
522
522
self .assertAlmostEqual (
523
- duration_s , point .sum , places = 2
523
+ duration_s , point .sum , places = 1
524
524
)
525
525
histogram_data_point_seen = True
526
526
if isinstance (point , NumberDataPoint ):
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ services:
51
51
- " 14268:14268"
52
52
- " 9411:9411"
53
53
otmssql :
54
- image : mcr.microsoft.com/mssql/server:2017-CU23 -ubuntu-16 .04
54
+ image : mcr.microsoft.com/mssql/server:2022-CU14 -ubuntu-22 .04
55
55
ports :
56
56
- " 1433:1433"
57
57
environment :
Original file line number Diff line number Diff line change @@ -1257,7 +1257,7 @@ deps =
1257
1257
PyMySQL ==0.10.1
1258
1258
PyNaCl ==1.5.0
1259
1259
# prerequisite: install unixodbc
1260
- pyodbc ==4 .0.39
1260
+ pyodbc ==5 .0.1
1261
1261
pyrsistent ==0.20.0
1262
1262
pytest ==8.0.2
1263
1263
pytest-celery ==0.0.0
You can’t perform that action at this time.
0 commit comments