Merge pull request #169673 from SuperSandro2000/seabreeze
python310Packages.seabreeze: remove pytest runner
This commit is contained in:
commit
74a909129c
1 changed files with 5 additions and 2 deletions
|
@ -4,7 +4,6 @@
|
||||||
, cython
|
, cython
|
||||||
, git
|
, git
|
||||||
, pkgconfig
|
, pkgconfig
|
||||||
, pytest-runner
|
|
||||||
, setuptools-scm
|
, setuptools-scm
|
||||||
, future
|
, future
|
||||||
, numpy
|
, numpy
|
||||||
|
@ -31,11 +30,15 @@ buildPythonPackage rec {
|
||||||
leaveDotGit = true;
|
leaveDotGit = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace setup.py \
|
||||||
|
--replace '"pytest-runner",' ""
|
||||||
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
cython
|
cython
|
||||||
git
|
git
|
||||||
pkgconfig
|
pkgconfig
|
||||||
pytest-runner
|
|
||||||
setuptools-scm
|
setuptools-scm
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue