python310Packages.blosc2: remove pytest from runtime-requirements.txt

Transitive dependencies should not require pytest.
This commit is contained in:
Robert Schütz
2023-03-15 20:03:04 -07:00
parent 79700ec6ed
commit f6b69b23c9
@@ -35,6 +35,11 @@ buildPythonPackage rec {
hash = "sha256-nbPMLkTye0/Q05ubE35LssN677sUIQErPTxjAtSuGgI=";
};
postPatch = ''
substituteInPlace requirements-runtime.txt \
--replace "pytest" ""
'';
nativeBuildInputs = [
cmake
cython