pythonPackages.pynacl: disable a failing test

This commit is contained in:
Frederik Rietdijk 2019-08-18 10:08:31 +02:00
parent 556248d35f
commit f4a296912f

View File

@ -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";