nbval: fix darwin build

This commit is contained in:
Fabian Möller 2019-09-14 22:24:57 +02:00
parent d3aaa25390
commit 618b7d7de0
No known key found for this signature in database
GPG key ID: 70B29D65DD8A7E31

View file

@ -45,6 +45,9 @@ buildPythonPackage rec {
pytest tests --ignore tests/test_timeouts.py
'';
# Some of the tests use localhost networking.
__darwinAllowLocalNetworking = true;
meta = with lib; {
description = "A py.test plugin to validate Jupyter notebooks";
homepage = https://github.com/computationalmodelling/nbval;