Skip to content

Commit

Permalink
Fix tox factor matching (open-telemetry#2129)
Browse files Browse the repository at this point in the history
* Fix tox factor matching

Fixes open-telemetry#2128

* Add missing fixes for several test envs

* Fix django
  • Loading branch information
ocelotl authored and lperdereau committed Feb 9, 2024
1 parent 8333750 commit 19d7d20
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 106 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/instrumentations_0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- "logging"
- "mysql"
- "mysqlclient"
- "pika"
- "sio-pika"
- "psycopg2"
- "pymemcache"
- "pymongo"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/instrumentations_1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
python-version: [py37, py38, py39, py310, py311, pypy3]
package:
- "urllib"
- "urllib3"
- "urllib3v"
- "wsgi"
- "distro"
- "richconsole"
Expand Down
Loading

0 comments on commit 19d7d20

Please sign in to comment.