Merge pull request #64886 from jonringer/knack-fix-test

pythonPackages.knack: 0.6.2 -> 0.6.3
This commit is contained in:
Ryan Mulligan 2019-07-16 09:22:51 -05:00 committed by GitHub
commit 184694ba59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,11 +17,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "knack"; pname = "knack";
version = "0.6.2"; version = "0.6.3";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1kxxj9m2mvva9rz11m6pgdg0mi712d28faj4633rl23qa53sh7i8"; sha256 = "08g15kwfppdr7vhbsg6qclpqbf11d9k3hwgrmvhh5fa1jrk95b5i";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
@ -40,9 +40,8 @@ buildPythonPackage rec {
pytest pytest
]; ];
# tries to make a '/homeless-shelter' dir
checkPhase = '' checkPhase = ''
pytest -k 'not test_cli_exapp1' HOME=$TMPDIR pytest .
''; '';
meta = with lib; { meta = with lib; {