Skip to content

Commit 5eb088d

Browse files
committed
modify test configure
1 parent 143000a commit 5eb088d

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

instrumentation/opentelemetry-instrumentation-asyncio/pyproject.toml

+2-5
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,11 @@ dependencies = [
3131

3232
[project.optional-dependencies]
3333
instruments = []
34-
test = [
35-
"opentelemetry-test-utils == 0.41b0.dev",
36-
]
37-
38-
[project.optional-dependencies]
3934
test = [
4035
"opentelemetry-instrumentation-asyncio[instruments]",
4136
"opentelemetry-test-utils == 0.41b0.dev",
37+
"pytest",
38+
"wrapt >= 1.0.0, < 2.0.0",
4239
]
4340

4441
[project.entry-points.opentelemetry_instrumentor]

instrumentation/opentelemetry-instrumentation-asyncio/src/opentelemetry/instrumentation/asyncio/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.42b0.dev"
15+
__version__ = "0.41b0.dev"

0 commit comments

Comments
 (0)