Skip to content

Commit

Permalink
chore: undo artifacts of merge
Browse files Browse the repository at this point in the history
  • Loading branch information
deepyaman committed Aug 21, 2023
1 parent d9d34b2 commit a7fac8e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ doctest *args:
-and -not -wholename '*test*.py' \
-and -not -wholename '*__init__*' \
-and -not -wholename '*gen_*.py' \
-and -not -wholename '*ibis/expr/selectors.py' \
-and -not -wholename '*ibis/backends/flink/*' # FIXME(deepyaman)
-and -not -wholename '*ibis/expr/selectors.py'
)

# download testing data
Expand Down
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ plugins:
- backends/badges.md
- backends/*_support_matrix.csv
- backends/app/*
- backends/flink/* # FIXME(deepyaman)
- CONTRIBUTING.md
- gen-files:
scripts:
Expand Down
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ duckdb = [
"sqlalchemy",
"sqlalchemy-views",
]
flink = ["pyspark"]
flink = []
geospatial = ["GeoAlchemy2", "geopandas", "shapely"]
impala = ["fsspec", "impyla", "requests", "sqlalchemy"]
mssql = ["sqlalchemy", "pymssql", "sqlalchemy-views"]
Expand Down

0 comments on commit a7fac8e

Please sign in to comment.