pythonPackages.musicbrainzngs: remove breaking tests
Some tests rely on networking, breaking sandboxed builds. Remove them.
Fixes: b8e0a873c1 ("python36Packages.musicbrainzngs: 0.5 -> 0.6")
This commit is contained in:
@@ -17,6 +17,11 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
LC_ALL="en_US.UTF-8";
|
LC_ALL="en_US.UTF-8";
|
||||||
|
|
||||||
|
preCheck = ''
|
||||||
|
# Remove tests that rely on networking (breaks sandboxed builds)
|
||||||
|
rm test/test_submit.py
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://alastair/python-musicbrainz-ngs;
|
homepage = http://alastair/python-musicbrainz-ngs;
|
||||||
description = "Python bindings for musicbrainz NGS webservice";
|
description = "Python bindings for musicbrainz NGS webservice";
|
||||||
|
|||||||
Reference in New Issue
Block a user