Skip to content

Commit 1fa7ae5

Browse files
committed
maint: fix pyproject deprecations
1 parent b9bc393 commit 1fa7ae5

2 files changed

Lines changed: 12 additions & 10 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ version = "0.5.5"
44
description = "Observable Plot in Jupyter notebooks and Quarto documents"
55
readme = "README.md"
66
requires-python = ">=3.10"
7-
license = { file = "LICENSE" }
7+
license = "MIT"
8+
license-files = ["LICENSE"]
89
authors = [{ name = "Julien Barnier", email = "julien@nozav.org" }]
910
classifiers = [
1011
"Development Status :: 4 - Beta",
@@ -38,7 +39,7 @@ dev = [
3839
"ipykernel>=6.29.5",
3940
"jupyterlab>=4.4.1",
4041
"playwright>=1.44.0",
41-
"pytest>=8.2.1",
42+
"pytest>=9.0.0",
4243
"ruff>=0.14.10",
4344
"ty>=0.0.4",
4445
]
@@ -47,10 +48,10 @@ dev = [
4748
requires = ["uv_build>=0.9.10,<0.10.0"]
4849
build-backend = "uv_build"
4950

50-
[tool.pytest.ini_options]
51-
filterwarnings = "ignore::DeprecationWarning"
52-
pythonpath = "src"
53-
testpaths = "tests"
51+
[tool.pytest]
52+
filterwarnings = ["ignore::DeprecationWarning"]
53+
pythonpath = ["src"]
54+
testpaths = ["tests"]
5455

5556
[tool.ruff]
5657
target-version = "py310"

uv.lock

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)