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