Skip to content

Commit

Permalink
fix: set realtime as not implemented in the sync client (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
silentworks authored Aug 20, 2024
1 parent dc02f90 commit 73d6275
Show file tree
Hide file tree
Showing 8 changed files with 107 additions and 1,283 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,3 @@ run_tests: tests

tests_only:
poetry run pytest -vv

build_sync:
poetry run unasync realtime tests
259 changes: 96 additions & 163 deletions poetry.lock

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ black = ">=23.11,<25.0"
isort = "^5.12.0"
pre-commit = "^3.5.0"
pytest-cov = "^5.0.0"
unasync-cli = { git = "https://github.com/supabase-community/unasync-cli.git", branch = "main" }

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down
Loading

0 comments on commit 73d6275

Please sign in to comment.