pytest-black: patch black dependency

This change is pending upstream in #29, but it is stale.
This commit is contained in:
Kai Wohlfahrt
2019-11-09 10:24:18 +00:00
committed by Jon
parent d602c56f47
commit a4f0c51c0c
3 changed files with 15 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ buildPythonPackage rec {
sha256 = "0f8mr0yzj78q1dx7v6ggbgfir2wv0n5z2shfbbvfdq7910xbgvf2";
};
buildInputs = [ setuptools_scm ];
nativeBuildInputs = [ setuptools_scm ];
checkInputs = [ pytest glibcLocales ];
# Necessary for the tests to pass on Darwin with sandbox enabled.