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