Skip to content

Commit

Permalink
add certifi to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwareus committed Oct 26, 2023
1 parent 7042a34 commit 30f3ed4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 8 deletions.
29 changes: 21 additions & 8 deletions test/resolve/testdata/pip/expected.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ python-dateutil==2.8.2
pytz==2022.7.1
setuptools==58.1.0
six==1.16.0
certifi==2023.7.22
# comment

***
Package Version
--------------- --------
--------------- ---------
certifi 2023.7.22
numpy 1.24.2
pandas 1.5.1
pip 22.0.4
Expand All @@ -19,14 +21,25 @@ setuptools 58.1.0
six 1.16.0

***
Name: certifi
Version: 2023.7.22
Summary: Python package for providing Mozilla's CA Bundle.
Home-page: https://github.com/certifi/python-certifi
Author: Kenneth Reitz
Author-email: [email protected]
License: MPL-2.0
Location: /cli/test/resolve/testdata/pip/requirements.txt.venv/lib/python3.9/site-packages
Requires:
Required-by:
---
Name: numpy
Version: 1.24.2
Summary: Fundamental package for array computing in Python
Home-page: https://www.numpy.org
Author: Travis E. Oliphant et al.
Author-email:
License: BSD-3-Clause
Location: /home/nilszeilon/Programming/cli/test/testdata/pip/requirements.txt.venv/lib/python3.9/site-packages
Location: /cli/test/resolve/testdata/pip/requirements.txt.venv/lib/python3.9/site-packages
Requires:
Required-by: pandas
---
Expand All @@ -37,7 +50,7 @@ Home-page: https://pandas.pydata.org
Author: The Pandas Development Team
Author-email: [email protected]
License: BSD-3-Clause
Location: /home/nilszeilon/Programming/cli/test/testdata/pip/requirements.txt.venv/lib/python3.9/site-packages
Location: /cli/test/resolve/testdata/pip/requirements.txt.venv/lib/python3.9/site-packages
Requires: numpy, python-dateutil, pytz
Required-by:
---
Expand All @@ -48,7 +61,7 @@ Home-page: https://pip.pypa.io/
Author: The pip developers
Author-email: [email protected]
License: MIT
Location: /home/nilszeilon/Programming/cli/test/testdata/pip/requirements.txt.venv/lib/python3.9/site-packages
Location: /cli/test/resolve/testdata/pip/requirements.txt.venv/lib/python3.9/site-packages
Requires:
Required-by:
---
Expand All @@ -59,7 +72,7 @@ Home-page: https://github.com/dateutil/dateutil
Author: Gustavo Niemeyer
Author-email: [email protected]
License: Dual License
Location: /home/nilszeilon/Programming/cli/test/testdata/pip/requirements.txt.venv/lib/python3.9/site-packages
Location: /cli/test/resolve/testdata/pip/requirements.txt.venv/lib/python3.9/site-packages
Requires: six
Required-by: pandas
---
Expand All @@ -70,7 +83,7 @@ Home-page: http://pythonhosted.org/pytz
Author: Stuart Bishop
Author-email: [email protected]
License: MIT
Location: /home/nilszeilon/Programming/cli/test/testdata/pip/requirements.txt.venv/lib/python3.9/site-packages
Location: /cli/test/resolve/testdata/pip/requirements.txt.venv/lib/python3.9/site-packages
Requires:
Required-by: pandas
---
Expand All @@ -81,7 +94,7 @@ Home-page: https://github.com/pypa/setuptools
Author: Python Packaging Authority
Author-email: [email protected]
License: UNKNOWN
Location: /home/nilszeilon/Programming/cli/test/testdata/pip/requirements.txt.venv/lib/python3.9/site-packages
Location: /cli/test/resolve/testdata/pip/requirements.txt.venv/lib/python3.9/site-packages
Requires:
Required-by:
---
Expand All @@ -92,6 +105,6 @@ Home-page: https://github.com/benjaminp/six
Author: Benjamin Peterson
Author-email: [email protected]
License: MIT
Location: /home/nilszeilon/Programming/cli/test/testdata/pip/requirements.txt.venv/lib/python3.9/site-packages
Location: /cli/test/resolve/testdata/pip/requirements.txt.venv/lib/python3.9/site-packages
Requires:
Required-by: python-dateutil
1 change: 1 addition & 0 deletions test/resolve/testdata/pip/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ python-dateutil==2.8.2
pytz==2022.7.1
setuptools==58.1.0
six==1.16.0
certifi==2023.7.22
# comment

0 comments on commit 30f3ed4

Please sign in to comment.