mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 21:57:02 +03:00
python.pkgs.natsort: no pyflakes and pep8 checks
This commit is contained in:
parent
0b3f257e06
commit
de151625f2
@ -4,8 +4,6 @@
|
||||
, fetchPypi
|
||||
, hypothesis
|
||||
, pytestcache
|
||||
, pytestflakes
|
||||
, pytestpep8
|
||||
, pytest
|
||||
, glibcLocales
|
||||
, mock ? null
|
||||
@ -19,8 +17,6 @@ buildPythonPackage rec {
|
||||
checkInputs = [
|
||||
hypothesis
|
||||
pytestcache
|
||||
pytestflakes
|
||||
pytestpep8
|
||||
pytest
|
||||
glibcLocales
|
||||
]
|
||||
@ -37,7 +33,7 @@ buildPythonPackage rec {
|
||||
# testing based on project's tox.ini
|
||||
checkPhase = ''
|
||||
pytest --doctest-modules natsort
|
||||
pytest --flakes --pep8
|
||||
pytest
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user