Removed units functionality and Pint dependency

Closes #2400, unblocks #2320
This commit is contained in:
Simon Willison 2024-08-20 19:03:33 -07:00 committed by GitHub
commit 39dfc7d7d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 14 additions and 182 deletions

View file

@ -424,8 +424,8 @@ def view_names_client(tmp_path_factory):
(
("/", "index"),
("/fixtures", "database"),
("/fixtures/units", "table"),
("/fixtures/units/1", "row"),
("/fixtures/facetable", "table"),
("/fixtures/facetable/1", "row"),
("/-/versions", "json_data"),
("/fixtures/-/query?sql=select+1", "database"),
),