Skip to content

Commit

Permalink
Merge branch 'labbati/generic-bytecode-injection' of github.com:DataD…
Browse files Browse the repository at this point in the history
…og/dd-trace-py into labbati/generic-bytecode-injection
  • Loading branch information
dubloom committed Jan 20, 2025
2 parents e608d46 + 364ce24 commit 6a756e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/internal/bytecode_injection/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import pytest


if sys.version_info[:2] >= (3, 10) and sys.version_info[:2] < (3, 2):
if sys.version_info[:2] >= (3, 10) and sys.version_info[:2] < (3, 12):
pytest.skip("Skipping tests: Python version should be 3.10 or 3.11, " + str(sys.version_info[:2]) + " instead")

from ddtrace.internal.bytecode_injection.core import InjectionContext
Expand Down

0 comments on commit 6a756e3

Please sign in to comment.