Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Lock dependencies for python-level tests #1163

Merged
merged 2 commits into from
Feb 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Examples/Python/tests/requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pytest
pytest-check
uproot
awkward
41 changes: 37 additions & 4 deletions Examples/Python/tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,37 @@
pytest
pytest-check
uproot
awkward
#
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
#
# pip-compile requirements.in
#
attrs==21.4.0
# via pytest
awkward==1.7.0
# via -r requirements.in
iniconfig==1.1.1
# via pytest
numpy==1.22.2
# via
# awkward
# uproot
packaging==21.3
# via pytest
pluggy==1.0.0
# via pytest
py==1.11.0
# via pytest
pyparsing==3.0.7
# via packaging
pytest==7.0.1
# via
# -r requirements.in
# pytest-check
pytest-check==1.0.4
# via -r requirements.in
tomli==2.0.1
# via pytest
uproot==4.1.9
# via -r requirements.in

# The following packages are considered to be unsafe in a requirements file:
# setuptools