File: loadgroup.patch

package info (click to toggle)
python-anndata 0.12.6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,876 kB
  • sloc: python: 21,429; makefile: 23
file content (14 lines) | stat: -rw-r--r-- 384 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: Alexandre Detiste <tchet@debian.org>
Date:   Wed Jul 2 13:10:18 2025 +0200
Description: skip loading tests by group
Forwarded: not-needed
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -145,7 +145,6 @@
     "--doctest-modules",
     "--pyargs",
     "-ptesting.anndata._pytest",
-    "--dist=loadgroup",
 ]
 filterwarnings = [
     "ignore::anndata._warnings.OldFormatWarning",