Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-semver
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenStack
python
python-semver
Commits
127a5928
Commit
127a5928
authored
3 years ago
by
Thomas Goirand
Browse files
Options
Downloads
Patches
Plain Diff
Correctly launch unit tests (Closes: #1002447).
parent
ee6ec21a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#722389
passed
9 months ago
Stage: provisioning
Stage: build
Stage: test
Changes
2
Pipelines
7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
debian/rules
+1
-1
1 addition, 1 deletion
debian/rules
with
7 additions
and
1 deletion
debian/changelog
+
6
−
0
View file @
127a5928
python-semver (2.10.2-3) unstable; urgency=medium
* Correctly launch unit tests (Closes: #1002447).
-- Thomas Goirand <zigo@debian.org> Wed, 22 Dec 2021 16:35:13 +0100
python-semver (2.10.2-2) unstable; urgency=medium
* Add dh_python3 --shebang=/usr/bin/python3 (Closes: #976771)
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
1
View file @
127a5928
...
...
@@ -13,7 +13,7 @@ override_dh_auto_install:
override_dh_auto_test:
set -e ; for pyvers in $(PYTHON3S); do \
PYTHONPATH=$(CURDIR)/debian/tmp/usr/lib/python3/dist-packages python$$pyvers -m pytest
.
; \
PYTHONPATH=$(CURDIR)/debian/tmp/usr/lib/python3/dist-packages python$$pyvers -m pytest
test_semver.py
; \
done
override_dh_clean:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment