Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/chromadb/test/conftest.py b/chromadb/test/conftest.py 2index efde1c382..163f55c57 100644 3--- a/chromadb/test/conftest.py 4+++ b/chromadb/test/conftest.py 5@@ -678,9 +678,6 @@ def sqlite_persistent(request: pytest.FixtureRequest) -> Generator[System, None, 6 7 def system_fixtures() -> List[Callable[[], Generator[System, None, None]]]: 8 fixtures = [ 9- fastapi, 10- async_fastapi, 11- fastapi_persistent, 12 sqlite_fixture, 13 sqlite_persistent_fixture, 14 ]