Skip to content

Commit

Permalink
Remove code copied to nextline_test_utils
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiSakuma committed Sep 25, 2024
1 parent 18415b7 commit a84039b
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 543 deletions.
1 change: 0 additions & 1 deletion ci/latest/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ alembic==1.13.3
SQLAlchemy[asyncio]==2.0.35
aiosqlite==0.20.0
hypothesis==6.112.1
black==24.8.0
tomli==2.0.1
tomli-w==1.0.0
nextline-test-utils==0.1.0
Expand Down
1 change: 0 additions & 1 deletion ci/minimum/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ alembic==1.9.0
SQLAlchemy[asyncio]==2.0.0
aiosqlite==0.16.0
hypothesis==6.88.0
black==23.10.0
tomli==2.0.0
tomli-w==1.0.0
nextline-test-utils==0.1.0
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ dependencies = [
"SQLAlchemy[asyncio]>=2.0",
"aiosqlite>=0.16",
"hypothesis>=6.88",
"black>=23.10",
"tomli>=2.0",
"tomli-w>=1.0",
]
Expand Down
4 changes: 0 additions & 4 deletions src/nextline_rdb/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
'load_all',
'primary_keys_of',
'until_scalar_one',
'safe_compare',
'safe_max',
'safe_min',
'until_not_none',
'UntilNotNoneTimeout',
'ensure_async_url',
Expand All @@ -24,7 +21,6 @@
primary_keys_of,
until_scalar_one,
)
from .safe import safe_compare, safe_max, safe_min
from .until import UntilNotNoneTimeout, until_not_none
from .url import ensure_async_url, ensure_sync_url
from .utc import is_timezone_aware, utc_timestamp
118 changes: 0 additions & 118 deletions src/nextline_rdb/utils/safe.py

This file was deleted.

24 changes: 0 additions & 24 deletions src/nextline_rdb/utils/strategies/__init__.py

This file was deleted.

32 changes: 0 additions & 32 deletions src/nextline_rdb/utils/strategies/datetime.py

This file was deleted.

133 changes: 0 additions & 133 deletions src/nextline_rdb/utils/strategies/misc.py

This file was deleted.

21 changes: 0 additions & 21 deletions src/nextline_rdb/utils/strategies/script.py

This file was deleted.

Empty file removed tests/utils/strategies/__init__.py
Empty file.
14 changes: 0 additions & 14 deletions tests/utils/strategies/test_st_datetimes.py

This file was deleted.

Loading

0 comments on commit a84039b

Please sign in to comment.