Merge pull request #259428 from SuperSandro2000/jupyter-server

python310Packages.jupyter-server: disable failing test_copy_big_dir on all linux

authored by Robert Schütz and committed by GitHub 247432f9 a1f37df0

+2 -3
+2 -3
pkgs/development/python-modules/jupyter-server/default.nix
··· 5 , pythonOlder 6 , hatch-jupyter-builder 7 , hatchling 8 - , pandoc 9 , pytestCheckHook 10 , pytest-console-scripts 11 , pytest-jupyter 12 , pytest-timeout 13 - , pytest-tornasync 14 , argon2-cffi 15 , jinja2 16 , tornado ··· 102 "test_authorized_requests" 103 # Insufficient access privileges for operation 104 "test_regression_is_hidden" 105 - ] ++ lib.optionals (stdenv.isLinux && stdenv.isAarch64) [ 106 "test_copy_big_dir" 107 ]; 108
··· 5 , pythonOlder 6 , hatch-jupyter-builder 7 , hatchling 8 , pytestCheckHook 9 , pytest-console-scripts 10 , pytest-jupyter 11 , pytest-timeout 12 , argon2-cffi 13 , jinja2 14 , tornado ··· 100 "test_authorized_requests" 101 # Insufficient access privileges for operation 102 "test_regression_is_hidden" 103 + ] ++ lib.optionals stdenv.isLinux [ 104 + # Failed: DID NOT RAISE <class 'tornado.web.HTTPError'> 105 "test_copy_big_dir" 106 ]; 107