pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-psleak: depend on latest py-psutil to fix most test failures
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Mon Dec 29 10:30:02 2025 +0100
Changeset: 0b2c494c98cc112877f7e9d9a933d85d62b334fa
Modified Files:
py-psleak/Makefile
Removed Files:
py-psleak/TODO
Log Message:
py-psleak: depend on latest py-psutil to fix most test failures
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0b2c494c98cc112877f7e9d9a933d85d62b334fa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-psleak/Makefile | 5 ++++-
py-psleak/TODO | 4 ----
2 files changed, 4 insertions(+), 5 deletions(-)
diffs:
diff --git a/py-psleak/Makefile b/py-psleak/Makefile
index 1e1dd53b44..479fc2cece 100644
--- a/py-psleak/Makefile
+++ b/py-psleak/Makefile
@@ -11,9 +11,12 @@ COMMENT= Detect memory and resource leaks in Python C extensions
LICENSE= modified-bsd
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
-DEPENDS+= ${PYPKGPREFIX}-psutil-[0-9]*:../../sysutils/py-psutil
+DEPENDS+= ${PYPKGPREFIX}-psutil>=7.2.1:../../sysutils/py-psutil
TEST_DEPENDS+= ${PYPKGPREFIX}-test-instafail-[0-9]*:../../devel/py-test-instafail
+# as of 0.1.2
+# 1 failed, 54 passed, 13 skipped
+# but fixed on git head
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${MAKE} build test
diff --git a/py-psleak/TODO b/py-psleak/TODO
deleted file mode 100644
index 5fac5f2ff6..0000000000
--- a/py-psleak/TODO
+++ /dev/null
@@ -1,4 +0,0 @@
-5 test failures.
-
-https://github.com/giampaolo/psleak/issues/6
-
Home |
Main Index |
Thread Index |
Old Index