Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ memray


Commits:
e5034c25 by Leonidas Spyropoulos at 2025-12-24T20:55:20+00:00
upgpkg: 1.19.1-2: python 3.14 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = memray
        pkgdesc = A memory profiler for Python
        pkgver = 1.19.1
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/bloomberg/memray
        arch = x86_64
        license = Apache-2.0


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 
 pkgname=memray
 pkgver=1.19.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A memory profiler for Python"
 arch=('x86_64')
 url="https://github.com/bloomberg/memray";
@@ -28,13 +28,18 @@ build() {
 }
 
 check() {
-  export PYTEST_ARGS="--ignore=tests/test_tui_reporter.py 
--ignore=tests/integration/test_attach.py"
   cd ${pkgname}
   python -m venv --system-site-packages test-env
   test-env/bin/python -m installer dist/*.whl
   test-env/bin/python -m pytest -vvv \
     --log-cli-level=info -s \
-    --ignore=tests/integration/test_greenlet.py \
+    --deselect 
'tests/integration/test_greenlet.py::test_integration_with_greenlet' \
+    --deselect 
'tests/integration/test_greenlet.py::test_importing_greenlet_after_tracking_starts'
 \
+    --deselect 
'tests/integration/test_greenlet.py::test_uninstall_profile_in_greenlet' \
+    --deselect 
'tests/unit/test_tree_reporter.py::TestTUILooks::test_basic_node_selected_not_leaf'
 \
+    --deselect 
'tests/unit/test_tree_reporter.py::TestTUILooks::test_basic_node_selected_leaf' 
\
+    --deselect 
'tests/unit/test_tree_reporter.py::TestTUILooks::test_two_chains_after_expanding_second'
 \
+    --deselect 
'tests/unit/test_tree_reporter.py::TestTUILooks::test_select_screen' \
     tests
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/memray/-/commit/e5034c253b06f96fd72d7879630296df3484d190

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/memray/-/commit/e5034c253b06f96fd72d7879630296df3484d190
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to