summary refs log tree commit diff
path: root/pkgs/development/python-modules/pyres
diff options
context:
space:
mode:
authorRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2019-03-02 14:50:16 +0100
committerRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2019-03-02 14:50:16 +0100
commit2e16d3d2c8d49e805db5ed9f1b62a4edf6b6db90 (patch)
tree1e7cb31372ab159e2cbd86684c67390387be1f7d /pkgs/development/python-modules/pyres
parent09d475aab9dbb72757e2fbe51c77e60ee424b1e0 (diff)
downloadnixpkgs-2e16d3d2c8d49e805db5ed9f1b62a4edf6b6db90.tar
nixpkgs-2e16d3d2c8d49e805db5ed9f1b62a4edf6b6db90.tar.gz
nixpkgs-2e16d3d2c8d49e805db5ed9f1b62a4edf6b6db90.tar.bz2
nixpkgs-2e16d3d2c8d49e805db5ed9f1b62a4edf6b6db90.tar.lz
nixpkgs-2e16d3d2c8d49e805db5ed9f1b62a4edf6b6db90.tar.xz
nixpkgs-2e16d3d2c8d49e805db5ed9f1b62a4edf6b6db90.tar.zst
nixpkgs-2e16d3d2c8d49e805db5ed9f1b62a4edf6b6db90.zip
python.pkgs.pyres: skip failing test
Diffstat (limited to 'pkgs/development/python-modules/pyres')
-rw-r--r--pkgs/development/python-modules/pyres/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pyres/default.nix b/pkgs/development/python-modules/pyres/default.nix
index 2ea6043c427..99c4b7116d5 100644
--- a/pkgs/development/python-modules/pyres/default.nix
+++ b/pkgs/development/python-modules/pyres/default.nix
@@ -33,7 +33,7 @@ buildPythonPackage rec {
 
   checkPhase = ''
     redis-server &
-    nosetests .
+    nosetests . --exclude test_worker_pids
   '';
 
   meta = with stdenv.lib; {