File: remove_testpaths.patch

package info (click to toggle)
rpy2 3.6.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,376 kB
  • sloc: python: 18,402; ansic: 492; makefile: 197; sh: 166
file content (14 lines) | stat: -rw-r--r-- 350 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: remove testpaths

In the Debian build environment, the tests are not where it says

Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Forwarded: not-needed

--- rpy2-3.6.2.orig/pyproject.toml
+++ rpy2-3.6.2/pyproject.toml
@@ -62,4 +62,3 @@ namespaces = true
 
 [tool.pytest.ini_options]
 minversion = "6.0"
-testpaths = ["rpy2/tests"]