Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 879885 - dev-python/statsmodels-0.13.5 installs more files with FEATURES=test
Summary: dev-python/statsmodels-0.13.5 installs more files with FEATURES=test
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-05 16:50 UTC by Agostino Sarubbo
Modified: 2022-11-05 17:31 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-11-05 16:50:14 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/statsmodels-0.13.5 installs more files with FEATURES=test.
Discovered on: amd64 (internal ref: ci)

NOTE:
To reproduce this issue:
1) Install the package with FEATURES=test
2) Put the list of the installed files into a file ( qlist -e PACKAGE:SLOT | sort | uniq > /tmp/qlist_test )
3) Install the package without FEATURES=test
4) Put the list of the installed files into a file ( qlist -e PACKAGE:SLOT | sort | uniq > /tmp/qlist_notest )
5) See the diff between the two files ( diff -ru /tmp/qlist_test /tmp/qlist_notest )

On this machine:
- the installed files with FEATURES=test are 12377
- the installed files without FEATURES=test are 12362

This type of report comes from a check that is a bit outside of the tinderbox, that's the reason because build.log was not provided (however in cases like these the build.log doesn't help much) but if you need further help to diagnose this issue feel free to ask.

In any case I'm providing a diff.
Comment 1 Agostino Sarubbo gentoo-dev 2022-11-05 16:51:03 UTC
DIFF:
--- /dev/fd/63  2022-11-05 16:06:44.229846409 +0100
+++ /dev/fd/62  2022-11-05 16:06:44.229846409 +0100
@@ -1532,6 +1532,11 @@
 /usr/lib/python3.10/site-packages/statsmodels/__pycache__/_version.cpython-310.opt-1.pyc
 /usr/lib/python3.10/site-packages/statsmodels/__pycache__/_version.cpython-310.opt-2.pyc
 /usr/lib/python3.10/site-packages/statsmodels/__pycache__/_version.cpython-310.pyc
+/usr/lib/python3.10/site-packages/statsmodels/.pytest_cache/CACHEDIR.TAG
+/usr/lib/python3.10/site-packages/statsmodels/.pytest_cache/.gitignore
+/usr/lib/python3.10/site-packages/statsmodels/.pytest_cache/README.md
+/usr/lib/python3.10/site-packages/statsmodels/.pytest_cache/v/cache/nodeids
+/usr/lib/python3.10/site-packages/statsmodels/.pytest_cache/v/cache/stepwise
 /usr/lib/python3.10/site-packages/statsmodels/regression/dimred.py
 /usr/lib/python3.10/site-packages/statsmodels/regression/feasible_gls.py
 /usr/lib/python3.10/site-packages/statsmodels/regression/__init__.py
@@ -5652,6 +5657,11 @@
 /usr/lib/python3.8/site-packages/statsmodels/__pycache__/_version.cpython-38.opt-1.pyc
 /usr/lib/python3.8/site-packages/statsmodels/__pycache__/_version.cpython-38.opt-2.pyc
 /usr/lib/python3.8/site-packages/statsmodels/__pycache__/_version.cpython-38.pyc
+/usr/lib/python3.8/site-packages/statsmodels/.pytest_cache/CACHEDIR.TAG
+/usr/lib/python3.8/site-packages/statsmodels/.pytest_cache/.gitignore
+/usr/lib/python3.8/site-packages/statsmodels/.pytest_cache/README.md
+/usr/lib/python3.8/site-packages/statsmodels/.pytest_cache/v/cache/nodeids
+/usr/lib/python3.8/site-packages/statsmodels/.pytest_cache/v/cache/stepwise
 /usr/lib/python3.8/site-packages/statsmodels/regression/dimred.py
 /usr/lib/python3.8/site-packages/statsmodels/regression/feasible_gls.py
 /usr/lib/python3.8/site-packages/statsmodels/regression/__init__.py
@@ -9772,6 +9782,11 @@
 /usr/lib/python3.9/site-packages/statsmodels/__pycache__/_version.cpython-39.opt-1.pyc
 /usr/lib/python3.9/site-packages/statsmodels/__pycache__/_version.cpython-39.opt-2.pyc
 /usr/lib/python3.9/site-packages/statsmodels/__pycache__/_version.cpython-39.pyc
+/usr/lib/python3.9/site-packages/statsmodels/.pytest_cache/CACHEDIR.TAG
+/usr/lib/python3.9/site-packages/statsmodels/.pytest_cache/.gitignore
+/usr/lib/python3.9/site-packages/statsmodels/.pytest_cache/README.md
+/usr/lib/python3.9/site-packages/statsmodels/.pytest_cache/v/cache/nodeids
+/usr/lib/python3.9/site-packages/statsmodels/.pytest_cache/v/cache/stepwise
 /usr/lib/python3.9/site-packages/statsmodels/regression/dimred.py
 /usr/lib/python3.9/site-packages/statsmodels/regression/feasible_gls.py
 /usr/lib/python3.9/site-packages/statsmodels/regression/__init__.py
Comment 2 Larry the Git Cow gentoo-dev 2022-11-05 17:31:26 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67d0d09112f2e98a14644c829b7cc7ce8b5a2e7a

commit 67d0d09112f2e98a14644c829b7cc7ce8b5a2e7a
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2022-11-05 17:30:42 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2022-11-05 17:31:20 +0000

    dev-python/statsmodels: remove .pytest_cache after test
    
    Closes: https://bugs.gentoo.org/879885
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 dev-python/statsmodels/statsmodels-0.13.5.ebuild | 1 +
 1 file changed, 1 insertion(+)