aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/networking/ytcc/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/ytcc/default.nix')
-rw-r--r--pkgs/tools/networking/ytcc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/ytcc/default.nix b/pkgs/tools/networking/ytcc/default.nix
index dc38648c369c..2d474159359f 100644
--- a/pkgs/tools/networking/ytcc/default.nix
+++ b/pkgs/tools/networking/ytcc/default.nix
@@ -19,11 +19,11 @@ python3Packages.buildPythonApplication rec {
# Disable tests that touch network or shell out to commands
checkPhase = ''
- pytest . -k 'not get_channels \
+ pytest . -k "not get_channels \
and not play_video \
and not download_videos \
and not update_all \
- and not add_channel_duplicate'
+ and not add_channel_duplicate"
'';
meta = {