--- python3-module-nbformat-5.7.3/pyproject.toml.orig 2023-01-12 12:35:09.000000000 +0000 +++ python3-module-nbformat-5.7.3/pyproject.toml 2023-02-04 16:14:08.965417119 +0000 @@ -1,10 +1,10 @@ [build-system] -requires = ["hatchling>=1.5", "hatch-nodejs-version"] +requires = ["hatchling>=1.5"] build-backend = "hatchling.build" [project] name = "nbformat" -dynamic = ["version"] +version = "{VERSION}" description = "The Jupyter Notebook format" license = { file = "COPYING.md" } keywords = ["Interactive", "Interpreter", "Shell", "Web"] @@ -59,9 +59,6 @@ [project.scripts] jupyter-trust = "nbformat.sign:TrustNotebookApp.launch_instance" -[tool.hatch.version] -source = "nodejs" - [tool.hatch.envs.docs] features = ["docs"] [tool.hatch.envs.docs.scripts] @@ -103,6 +100,7 @@ [tool.pytest.ini_options] addopts = "-raXs --durations 10 --color=yes --doctest-modules" +asyncio_mode = "strict" testpaths = [ "tests/", ]