python310Packages.blosc2: remove pytest from runtime-requirements.txt
Transitive dependencies should not require pytest.
This commit is contained in:
@@ -35,6 +35,11 @@ buildPythonPackage rec {
|
||||
hash = "sha256-nbPMLkTye0/Q05ubE35LssN677sUIQErPTxjAtSuGgI=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace requirements-runtime.txt \
|
||||
--replace "pytest" ""
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
cython
|
||||
|
||||
Reference in New Issue
Block a user