Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

pythonPackages.tvnamer: pytest belongs in checkInputs

authored by Peter Hoeg and committed by Frederik Rietdijk 3ec8bc5e 9d29d179

+1 -1
+1 -1
pkgs/development/python-modules/tvnamer/default.nix
··· 14 sha256 = "75e38454757c77060ad3782bd071682d6d316de86f9aec1c2042d236f93aec7b"; 15 }; 16 17 - buildInputs = [ pytest ]; 18 propagatedBuildInputs = [ tvdb_api ]; 19 20 # a ton of tests fail with: IOError: tvnamer/main.py could not be found in . or ..
··· 14 sha256 = "75e38454757c77060ad3782bd071682d6d316de86f9aec1c2042d236f93aec7b"; 15 }; 16 17 + checkInputs = [ pytest ]; 18 propagatedBuildInputs = [ tvdb_api ]; 19 20 # a ton of tests fail with: IOError: tvnamer/main.py could not be found in . or ..