pythonPackages.pynacl: disable a failing test
This commit is contained in:
@@ -35,6 +35,9 @@ buildPythonPackage rec {
|
|||||||
py.test
|
py.test
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# https://github.com/pyca/pynacl/issues/550
|
||||||
|
PYTEST_ADDOPTS = "-k 'not test_wrong_types'";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
maintainers = with maintainers; [ va1entin ];
|
maintainers = with maintainers; [ va1entin ];
|
||||||
description = "Python binding to the Networking and Cryptography (NaCl) library";
|
description = "Python binding to the Networking and Cryptography (NaCl) library";
|
||||||
|
|||||||
Reference in New Issue
Block a user