pythonPackages.Nikola: remove input pytest-mock

This commit is contained in:
Jaakko Luttinen 2018-02-12 14:21:48 +02:00
parent 3e94432753
commit fcca0ed08a
No known key found for this signature in database
GPG key ID: 7B1CE13152E6B964

View file

@ -6,7 +6,6 @@
, glibcLocales , glibcLocales
, pytest , pytest
, pytestcov , pytestcov
, pytest-mock
, mock , mock
, pygments , pygments
, pillow , pillow
@ -37,7 +36,7 @@ buildPythonPackage rec {
# other hand doesn't support Python 3.3). So, just disable Python 2. # other hand doesn't support Python 3.3). So, just disable Python 2.
disabled = !isPy3k; disabled = !isPy3k;
checkInputs = [ pytest pytestcov pytest-mock mock glibcLocales ]; checkInputs = [ pytest pytestcov mock glibcLocales ];
propagatedBuildInputs = [ propagatedBuildInputs = [
pygments pillow dateutil docutils Mako unidecode lxml Yapsy PyRSS2Gen pygments pillow dateutil docutils Mako unidecode lxml Yapsy PyRSS2Gen