Skip to content

Commit

Permalink
python310Packages.blosc2: remove pytest from runtime-requirements.txt
Browse files Browse the repository at this point in the history
Transitive dependencies should not require pytest.
  • Loading branch information
dotlambda committed Mar 16, 2023
1 parent 79700ec commit f6b69b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/development/python-modules/blosc2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ buildPythonPackage rec {
hash = "sha256-nbPMLkTye0/Q05ubE35LssN677sUIQErPTxjAtSuGgI=";
};

postPatch = ''
substituteInPlace requirements-runtime.txt \
--replace "pytest" ""
'';

nativeBuildInputs = [
cmake
cython
Expand Down

0 comments on commit f6b69b2

Please sign in to comment.