mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
Merge pull request #309357 from adamcstephens/ydiff/fix
python3Packages.ydiff: remove doc-check from tests due to distutils removal
This commit is contained in:
commit
8bc61d8848
@ -1,4 +1,4 @@
|
||||
{ lib, buildPythonPackage, fetchPypi, docutils, pygments
|
||||
{ lib, buildPythonPackage, fetchPypi, pygments
|
||||
, gitMinimal, mercurial, subversion, patchutils, less
|
||||
}:
|
||||
|
||||
@ -26,11 +26,11 @@ buildPythonPackage rec {
|
||||
patchShebangs tests/*.sh
|
||||
'';
|
||||
|
||||
nativeCheckInputs = [ docutils pygments ];
|
||||
nativeCheckInputs = [ pygments ];
|
||||
|
||||
checkPhase = ''
|
||||
runHook preCheck
|
||||
make doc-check reg # We don't want the linter or coverage check.
|
||||
make reg # We don't want the linter or coverage check.
|
||||
runHook postCheck
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user