mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 03:15:56 +03:00
python.pkgs.pyres: skip failing test
This commit is contained in:
parent
09d475aab9
commit
2e16d3d2c8
@ -33,7 +33,7 @@ buildPythonPackage rec {
|
||||
|
||||
checkPhase = ''
|
||||
redis-server &
|
||||
nosetests .
|
||||
nosetests . --exclude test_worker_pids
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user