Skip to content

Commit e4e302c

Browse files
committed
Revert "fix: nox system-3.9 run"
This reverts commit eb2f648.
1 parent eb2f648 commit e4e302c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

noxfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,6 @@ def mypy(session):
308308

309309

310310
def install_systemtest_dependencies(session, install_test_extra, *constraints):
311-
session.run("pip", "install", "--upgrade", "pip")
312311
# Use pre-release gRPC for system tests.
313312
# Exclude version 1.49.0rc1 which has a known issue.
314313
# See https://github.com/grpc/grpc/pull/30642

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
# 25.20.0 introduces this fix https://github.com/TobikoData/sqlmesh/issues/3095 for rtrim/ltrim.
5858
"sqlglot >=25.20.0",
5959
"tabulate >=0.9",
60+
"ipywidgets >=7.7.1",
6061
"humanize >=4.6.0",
6162
"matplotlib >=3.7.1",
6263
"db-dtypes >=1.4.2",
@@ -89,7 +90,6 @@
8990
# install anywidget for SQL
9091
"anywidget": [
9192
"anywidget>=0.9.18",
92-
"ipywidgets>=7.7.1",
9393
"traitlets>=5.0.0",
9494
],
9595
}

0 commit comments

Comments
 (0)