Merge pull request #39815 from jluttine/pytest-flake8-1.0.1

pythonPackages.pytest-flake8: 1.0.0 -> 1.0.1
This commit is contained in:
Robert Schütz
2018-05-02 15:17:09 +02:00
committed by GitHub
4 changed files with 6 additions and 36 deletions

View File

@@ -17,9 +17,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ entrypoints ] ++ stdenv.lib.optional stdenv.isLinux secretstorage;
# all tests with flake8 are broken right now
# https://github.com/tholo/pytest-flake8/issues/45
doCheck = false;
doCheck = !stdenv.isDarwin;
checkPhase = ''
py.test

View File

@@ -2,7 +2,7 @@
buildPythonPackage rec {
pname = "pytest-flake8";
version = "1.0.0";
version = "1.0.1";
# although pytest is a runtime dependency, do not add it as
# propagatedBuildInputs in order to allow packages depend on another version
@@ -12,7 +12,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "01driw4sc6nfi3m3ii7d074pxi3h1h4mbiyad9crg5i1l5jxx5ir";
sha256 = "0s5fdivrmhjf6ybr6m2qb1h8hndv2jh2ir29qv36lhy9b7sc9kg5";
};
checkPhase = ''