Skip to content

Commit

Permalink
Merge branch 'main' into rntuple_cluster_edge_offsets_bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ariostas authored Sep 12, 2024
2 parents 4f023b5 + 3e2e08c commit 22dba47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repos:
- id: black

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.2
rev: v0.6.4
hooks:
- id: ruff
args: [--fix, --show-fixes]
Expand Down
4 changes: 4 additions & 0 deletions tests/test_1146_split_ranges_for_large_files_over_http.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# BSD 3-Clause License; see https://github.com/scikit-hep/uproot5/blob/main/LICENSE

import pytest
import uproot


@pytest.mark.skip(
reason="The server started requiring authentication to access the file."
)
def test_split_ranges_if_large_file_in_http():
fname = (
"https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV"
Expand Down

0 comments on commit 22dba47

Please sign in to comment.