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

Test actions #43

Closed
wants to merge 24 commits into from
Closed

Test actions #43

wants to merge 24 commits into from

Conversation

orlserg
Copy link

@orlserg orlserg commented Sep 30, 2024

Pull Request Check List

Resolves: #issue-number-here

  • Added tests for changed code.
  • Updated documentation for changed code.

airportyh and others added 24 commits August 1, 2023 15:44
don't use --isolated for pip when POETRY_USE_USER_SITE
change the flag name to detach it from user site behavior
pip.use_pip_cache option to let pip fetch files
* updated build-bundle.sh script and readme

* stop testing on 3.7; fix ci
…27)

* perf improvements to low-resourse envs

* modifiy paths via _path_with_destdir

* doc

* doc

* add flag for disabling cache

* add check=True for curl command

* added import

* revert

* show downloading indicator

* Update src/poetry/utils/helpers.py

Co-authored-by: lhchavez <lhchavez@lhchavez.com>

* added doc supporting using curl

* cleanup

* reuse some code

---------

Co-authored-by: Replit user <>
Co-authored-by: lhchavez <lhchavez@lhchavez.com>
Co-authored-by: Replit user <>
* fix header scheme; shebang line; curl invocation

* cleanup

---------

Co-authored-by: Replit user <>
Co-authored-by: Replit user <>
Bumps [cryptography](https://github.com/pyca/cryptography) from 40.0.2 to 41.0.6.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@40.0.2...41.0.6)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Ensure that poetry doesn't break if PYTHONUSERBASE packages conflict with poetry internal deps

The problem we were facing was that html5lib===1.0b8 was a dependency
of redberry, which relied on python <=3.7.

    ~/ReplWorkspace$ poetry add redberry

    cannot import name 'Mapping' from 'collections' (/nix/store/xf54733x4chbawkh1qvy9i1i4mlscy1c-python3-3.10.11/lib/python3.10/collections/__init__.py)

We need to preserve the full PYTHONPATH because poetry executes pip to
uninstall packages, and if PYTHONPATH does not contain the PYTHONUSERBASE
then it will silently not uninstall packages.

* Bumping python version
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 42.0.4.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@41.0.6...42.0.4)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.15 to 1.26.19.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/1.26.19/CHANGES.rst)
- [Commits](urllib3/urllib3@1.26.15...1.26.19)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.5.7 to 2024.7.4.
- [Commits](certifi/python-certifi@2023.05.07...2024.07.04)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
#39)

* Remove package pyproject line if package is module (python-poetry#8218)

This change only ensures that projects whose name needs to be normalized (e.g. projects with a dash) behave the same way as projects whose name is a valid Python module name.

* bumped version

---------

Co-authored-by: William D'Onofrio <16698591+wdonofrio@users.noreply.github.com>
@orlserg orlserg closed this Sep 30, 2024
@orlserg orlserg reopened this Sep 30, 2024
@orlserg orlserg closed this Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants