Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Nov 5, 2023
1 parent 6e9a10f commit d1fa9f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Base Setup
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
with:
python_version: "3.7"
dependency_type: minimum

- name: Install normally
run: make install
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,5 @@ filterwarnings= [
"ignore:There is no current event loop:DeprecationWarning",
# When we run ipcluster and then run the tests we get this warning
"ignore:Widget.* is deprecated:DeprecationWarning",
# Deprecated in Python 3.12. Warnings from use in jupyter_client.
"ignore:.*datetime.utcnow.* is deprecated:DeprecationWarning",
"module:datetime.datetime.utcf:DeprecationWarning:dateutil",
]

0 comments on commit d1fa9f7

Please sign in to comment.