Skip to content

Commit

Permalink
move into vendor directory
Browse files Browse the repository at this point in the history
  • Loading branch information
axiomofjoy committed Oct 28, 2024
1 parent ce7eb6f commit e187118
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
from phoenix.server.types import BatchedCaller, DbSessionFactory
from phoenix.session.client import Client
from phoenix.trace.schemas import Span
from tests.unit.httpx_ws import AsyncWebSocketSession, aconnect_ws
from tests.unit.httpx_ws.transport import ASGIWebSocketTransport
from tests.unit.vendor.httpx_ws import AsyncWebSocketSession, aconnect_ws
from tests.unit.vendor.httpx_ws.transport import ASGIWebSocketTransport


def pytest_terminal_summary(
Expand Down
3 changes: 3 additions & 0 deletions tests/unit/vendor/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Unit Test Vendored Dependencies

This directory contains vendored dependencies used for unit testing.
Empty file added tests/unit/vendor/__init__.py
Empty file.
3 changes: 3 additions & 0 deletions tests/unit/vendor/httpx_ws/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# HTTPX-WS

This directory contains a copy of [httpx-ws](https://github.com/frankie567/httpx-ws), which is published under an [MIT license](https://github.com/frankie567/httpx-ws/blob/main/LICENSE). Modifications have been made to better support the concurrency paradigm used in our unit test suite.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e187118

Please sign in to comment.