Merge pull request #169673 from SuperSandro2000/seabreeze

python310Packages.seabreeze: remove pytest runner
This commit is contained in:
Sandro
2022-04-22 04:56:18 +02:00
committed by GitHub
@@ -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
];