Package Details: python-blobfile-git 2.1.0+11.r640.20240516.dd9459f-2

Git Clone URL: https://aur.archlinux.org/python-blobfile-git.git (read-only, click to copy)
Package Base: python-blobfile-git
Description: A library that provides a Python-like interface for reading local and remote files (only from blob storage), with an API similar to open() as well as some of the os.path and shutil functions.
Upstream URL: https://github.com/christopher-hesse/blobfile
Licenses: LicenseRef-Public_Domain
Conflicts: python-blobfile
Provides: python-blobfile
Submitter: dreieck
Maintainer: None
Last Packager: dreieck
Votes: 0
Popularity: 0.000000
First Submitted: 2023-02-14 19:17 (UTC)
Last Updated: 2024-05-28 11:43 (UTC)

Latest Comments

dreieck commented on 2024-05-28 11:44 (UTC)

pytest is used by unit tests that aren't supposed to be installed.

OK, I removed python-pytest dependency again.

Thanks for the clarification!

Anyway, does anyone want to maintain this? I am not using it and I am going to orphan it.

xiota commented on 2023-10-24 03:46 (UTC)

pytest is used by unit tests that aren't supposed to be installed. Someone would need to investigate why _ops_test.py is being installed.

dreieck commented on 2023-07-25 17:17 (UTC)

Ahoj @brokenpip3,

pytest should be not a dependency

Thanks for mentioning!

Although there is no package pytest, I have removed python-pytest from the depends array.

But then namcap complains about
python-blobfile-git E: Dependency python-pytest detected and not included (python modules ['pytest'] needed in files ['usr/lib/python3.11/site-packages/blobfile/_ops_test.py']), so I re-added it.

Can you verify that python-pytest is not needed?

Regards!

brokenpip3 commented on 2023-07-04 08:47 (UTC)

pytest should be not a dependency