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