-
Notifications
You must be signed in to change notification settings - Fork 445
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
Hotfix/7.5 merge #4281
Hotfix/7.5 merge #4281
Conversation
Signed-off-by: Callahan Kovacs <callahan.kovacs@canonical.com>
godeps can not longer build due to golang/go#57051 Instead of removing the godeps feature, disable the tests in case the upstream fixes the problem.
The new version supports asset files that contain more than one key (for whatever reason). This is more in line with the behavior done by the previous implementation (via apt-key). Closes #4224
remove extra build environment variables that are causing build failures. Co-authored-by: Scarlett Gately Moore <sgmoore@debian.org>
This commit adds a spread test to check the "Set up classic confinement for a Python project" tutorial. As an overview, the test: - runs specifically on Ubuntu 20.04 systems; - clones the test repo from snapcraft-docs/python-ctypes-example; - builds & installs the snap from the test repo; - runs the snap on the 20.04 system, to ensure the patchelf fix is working in the presence of the classic confinement. Co-authored-by: Callahan <callahan.kovacs@canonical.com>
Signed-off-by: Sergio Schvezov <sergio.schvezov@canonical.com>
Version 1.1.2 allows local package repositories (those with scheme `url: file:///...`) again.
snapcraft-started-at is a manifest field. This suggests that upload never sent built_at because it was trying to extract it from meta/snap.yaml instead of snap/manifest.yaml. The unused before this change test file test-snap-with-started-at.snap was updated accordingly: - snapcraft-started-at field was removed from meta/snap.yaml, - and a new snap/manifest.yaml was added. The change was tested against the Store. Co-authored-by: Sergio Schvezov <sergio.schvezov@canonical.com> Co-authored-by: Callahan <callahan.kovacs@canonical.com>
This reverts commit 0e12894.
This reverts commit ce23bc7.
Signed-off-by: Sergio Schvezov <sergio.schvezov@canonical.com>
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## main #4281 +/- ##
==========================================
+ Coverage 88.98% 89.10% +0.12%
==========================================
Files 296 299 +3
Lines 20194 20640 +446
==========================================
+ Hits 17970 18392 +422
- Misses 2224 2248 +24
... and 7 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
make lint
?pytest tests/unit
?