Benjamin Greiner 2023-10-26 18:44:38 +00:00 committed by Git OBS Bridge
parent 4cd6cb7fd0
commit b8a828895c

View File

@ -3,20 +3,22 @@
tests/test_api.py | 5 -----
2 files changed, 1 insertion(+), 7 deletions(-)
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -51,8 +51,7 @@ docs = [
test = [
Index: nbformat-5.9.2/pyproject.toml
===================================================================
--- nbformat-5.9.2.orig/pyproject.toml
+++ nbformat-5.9.2/pyproject.toml
@@ -52,7 +52,6 @@ test = [
"testpath",
"pytest",
- "pre-commit",
"pre-commit",
- "pep440"
+ "pre-commit"
]
[project.scripts]
--- a/tests/test_api.py
+++ b/tests/test_api.py
Index: nbformat-5.9.2/tests/test_api.py
===================================================================
--- nbformat-5.9.2.orig/tests/test_api.py
+++ nbformat-5.9.2/tests/test_api.py
@@ -10,7 +10,6 @@ from tempfile import TemporaryDirectory
from typing import Any, Dict