Skip to content

Commit

Permalink
chore: update pytest-check version (acts-project#2938)
Browse files Browse the repository at this point in the history
closes acts-project#2777

Seems like the problem with the summary was fixed. Now we get again a list of all fixed hashes.
  • Loading branch information
AJPfleger authored Feb 7, 2024
1 parent f0f0449 commit e9da852
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Examples/Python/tests/requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest
pytest-check==2.1.5
pytest-check
uproot
awkward
pytest-xdist
Expand Down
18 changes: 11 additions & 7 deletions Examples/Python/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,21 @@
#
# pip-compile Examples/Python/tests/requirements.in
#
awkward==2.5.0
awkward==2.6.1
# via
# -r Examples/Python/tests/requirements.in
# uproot
awkward-cpp==26
awkward-cpp==29
# via awkward
execnet==2.0.2
# via pytest-xdist
fsspec==2024.2.0
# via
# awkward
# uproot
iniconfig==2.0.0
# via pytest
numpy==1.26.2
numpy==1.26.4
# via
# awkward
# awkward-cpp
Expand All @@ -24,18 +28,18 @@ packaging==23.2
# awkward
# pytest
# uproot
pluggy==1.3.0
pluggy==1.4.0
# via pytest
pytest==7.4.3
pytest==8.0.0
# via
# -r Examples/Python/tests/requirements.in
# pytest-check
# pytest-xdist
pytest-check==2.1.5
pytest-check==2.3.1
# via -r Examples/Python/tests/requirements.in
pytest-xdist==3.5.0
# via -r Examples/Python/tests/requirements.in
pyyaml==6.0.1
# via -r Examples/Python/tests/requirements.in
uproot==5.1.2
uproot==5.2.2
# via -r Examples/Python/tests/requirements.in
2 changes: 1 addition & 1 deletion Examples/Python/tests/requirements_ubuntu2004.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
numpy==1.24.4

pytest
pytest-check==2.1.5
pytest-check
uproot
awkward
pyyaml
20 changes: 12 additions & 8 deletions Examples/Python/tests/requirements_ubuntu2004.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,19 @@
#
# pip-compile Examples/Python/tests/requirements_ubuntu2004.in
#
awkward==2.5.0
awkward==2.6.1
# via
# -r Examples/Python/tests/requirements_ubuntu2004.in
# uproot
awkward-cpp==26
awkward-cpp==29
# via awkward
exceptiongroup==1.2.0
# via pytest
importlib-metadata==7.0.0
fsspec==2024.2.0
# via
# awkward
# uproot
importlib-metadata==7.0.1
# via awkward
iniconfig==2.0.0
# via pytest
Expand All @@ -27,23 +31,23 @@ packaging==23.2
# awkward
# pytest
# uproot
pluggy==1.3.0
pluggy==1.4.0
# via pytest
pytest==7.4.3
pytest==8.0.0
# via
# -r Examples/Python/tests/requirements_ubuntu2004.in
# pytest-check
pytest-check==2.1.5
pytest-check==2.3.1
# via -r Examples/Python/tests/requirements_ubuntu2004.in
pyyaml==6.0.1
# via -r Examples/Python/tests/requirements_ubuntu2004.in
tomli==2.0.1
# via pytest
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# awkward
# uproot
uproot==5.1.2
uproot==5.2.2
# via -r Examples/Python/tests/requirements_ubuntu2004.in
zipp==3.17.0
# via importlib-metadata

0 comments on commit e9da852

Please sign in to comment.