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

requirements: pin setuptools<66 #4031

Merged
merged 1 commit into from
Feb 7, 2023
Merged

Conversation

mr-cal
Copy link
Collaborator

@mr-cal mr-cal commented Feb 7, 2023

  • Have you followed the guidelines for contributing?
  • Have you signed the CLA?
  • Have you successfully run make lint?
  • Have you successfully run pytest tests/unit?

setuptools>=66 enforces versioning requirements from PEP 440, which causes some of the unit tests to fail.

Added comments and a TODO so it can be resolved in the future.

@mr-cal mr-cal enabled auto-merge (squash) February 7, 2023 18:55
tests/unit/elf/test_elf_file.py Outdated Show resolved Hide resolved
@mr-cal mr-cal disabled auto-merge February 7, 2023 19:07
Setuptools>=66 enforces versioning requirements from PEP440, which
causes some of the unit tests to fail.

Signed-off-by: Callahan Kovacs <callahan.kovacs@canonical.com>
@codecov-commenter
Copy link

Codecov Report

Merging #4031 (204776a) into main (569a316) will not change coverage.
The diff coverage is n/a.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@           Coverage Diff           @@
##             main    #4031   +/-   ##
=======================================
  Coverage   91.69%   91.69%           
=======================================
  Files          78       78           
  Lines        5192     5192           
=======================================
  Hits         4761     4761           
  Misses        431      431           
Impacted Files Coverage Δ
snapcraft/elf/_elf_file.py 97.21% <ø> (ø)
snapcraft/linters/linters.py 97.59% <ø> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@mr-cal mr-cal merged commit 709e16c into canonical:main Feb 7, 2023
@mr-cal mr-cal deleted the setuptools-pin branch February 7, 2023 22:42
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.

6 participants