forked from pool/python-nbformat
.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbformat?expand=0&rev=55
This commit is contained in:
parent
4cd6cb7fd0
commit
b8a828895c
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user