python310Packages.seabreeze: remove pytest runner

main
Sandro Jäckel 2 years ago
parent 7e2355fc04
commit 65048d7799
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 7
      pkgs/development/python-modules/seabreeze/default.nix

@ -4,7 +4,6 @@
, cython
, git
, pkgconfig
, pytest-runner
, setuptools-scm
, future
, numpy
@ -31,11 +30,15 @@ buildPythonPackage rec {
leaveDotGit = true;
};
postPatch = ''
substituteInPlace setup.py \
--replace '"pytest-runner",' ""
'';
nativeBuildInputs = [
cython
git
pkgconfig
pytest-runner
setuptools-scm
];

Loading…
Cancel
Save