python3Packages.pydocstyle: remove deprecated pep8 plugin
This commit is contained in:
parent
1d62f35d58
commit
ebe30ae849
@ -19,11 +19,11 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ snowballstemmer ];
|
propagatedBuildInputs = [ snowballstemmer ];
|
||||||
|
|
||||||
checkInputs = [ pytest pytestpep8 mock ];
|
checkInputs = [ pytest mock ];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
# test_integration.py installs packages via pip
|
# test_integration.py installs packages via pip
|
||||||
py.test --pep8 --cache-clear -vv src/tests -k "not test_integration"
|
py.test --cache-clear -vv src/tests -k "not test_integration"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user