rtv: 1.15.1 -> 1.18.0
Disable tests, which try to access the network.
This commit is contained in:
parent
495dbc2cc2
commit
8c1403066c
@ -2,16 +2,19 @@
|
|||||||
|
|
||||||
with pythonPackages;
|
with pythonPackages;
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
version = "1.15.1";
|
version = "1.18.0";
|
||||||
name = "rtv-${version}";
|
name = "rtv-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "michael-lazar";
|
owner = "michael-lazar";
|
||||||
repo = "rtv";
|
repo = "rtv";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "037dhds1prxj7vsq15dr46wk3pfk3ixr0d60m3h796b6nbc1spya";
|
sha256 = "00d2s29sp68hw8ljjmzn5dc5ly2s3c7qf0azwizgd3b40zlfgzcg";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Tests try to access network
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
py.test
|
py.test
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user