about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-17 23:57:00 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-17 23:57:00 +0100
commitfb37c3e5f920ccc885a0b528830daa96f097c2d7 (patch)
tree3c1973b169d28df2c2c715ea2518bbb30693e2f9 /pkgs/development
parent1020fc64144affe2c929d4dfabe7ab25b968407c (diff)
downloadnixlib-fb37c3e5f920ccc885a0b528830daa96f097c2d7.tar
nixlib-fb37c3e5f920ccc885a0b528830daa96f097c2d7.tar.gz
nixlib-fb37c3e5f920ccc885a0b528830daa96f097c2d7.tar.bz2
nixlib-fb37c3e5f920ccc885a0b528830daa96f097c2d7.tar.lz
nixlib-fb37c3e5f920ccc885a0b528830daa96f097c2d7.tar.xz
nixlib-fb37c3e5f920ccc885a0b528830daa96f097c2d7.tar.zst
nixlib-fb37c3e5f920ccc885a0b528830daa96f097c2d7.zip
python311Packages.m3u8: disable network test
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/m3u8/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/m3u8/default.nix b/pkgs/development/python-modules/m3u8/default.nix
index e60f91b40b6a..af3681f453ca 100644
--- a/pkgs/development/python-modules/m3u8/default.nix
+++ b/pkgs/development/python-modules/m3u8/default.nix
@@ -35,6 +35,7 @@ buildPythonPackage rec {
     "test_load_should_create_object_from_uri"
     "test_load_should_create_object_from_uri_with_relative_segments"
     "test_load_should_remember_redirect"
+    "test_raise_timeout_exception_if_timeout_happens_when_loading_from_uri"
   ];
 
   pythonImportsCheck = [