aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/hdmf/files')
-rw-r--r--dev-python/hdmf/files/hdmf-3.1.1-new_jsonschema.patch10
-rw-r--r--dev-python/hdmf/files/hdmf-3.11.0-no_test_coverage.patch10
2 files changed, 10 insertions, 10 deletions
diff --git a/dev-python/hdmf/files/hdmf-3.1.1-new_jsonschema.patch b/dev-python/hdmf/files/hdmf-3.1.1-new_jsonschema.patch
deleted file mode 100644
index 989332bb5..000000000
--- a/dev-python/hdmf/files/hdmf-3.1.1-new_jsonschema.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/setup.py 2021-09-24 00:51:55.892741725 -0400
-+++ b/setup.py 2021-10-27 14:33:20.733741241 -0400
-@@ -23,7 +23,7 @@
- 'scipy>=1.1,<2',
- 'pandas>=1.0.5,<2',
- 'ruamel.yaml>=0.16,<1',
-- 'jsonschema>=2.6.0,<4',
-+ 'jsonschema>=2.6.0',
- 'setuptools',
- ]
diff --git a/dev-python/hdmf/files/hdmf-3.11.0-no_test_coverage.patch b/dev-python/hdmf/files/hdmf-3.11.0-no_test_coverage.patch
new file mode 100644
index 000000000..e44a68902
--- /dev/null
+++ b/dev-python/hdmf/files/hdmf-3.11.0-no_test_coverage.patch
@@ -0,0 +1,10 @@
+--- a/pyproject.toml 2020-02-01 19:00:00.000000000 -0500
++++ b/pyproject.toml 2023-12-11 12:00:19.368474488 -0500
+@@ -76,7 +76,6 @@
+ # verbose = 1
+
+ [tool.pytest.ini_options]
+-addopts = "--cov --cov-report html"
+ norecursedirs = "tests/unit/helpers"
+
+ [tool.codespell]