MIR: cmdtest, python-cliapp, python-ttystatus, python-coverage-test-runner
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| cmdtest (Ubuntu) |
Undecided
|
Unassigned | ||
| python-cliapp (Ubuntu) |
Undecided
|
Unassigned | ||
| python-coverage-test-runner (Ubuntu) |
Undecided
|
Unassigned | ||
| python-ttystatus (Ubuntu) |
Undecided
|
Unassigned |
Bug Description
[Overall rationale]
cmdtest is a new build-dependency of xauth, and cmdtest itself depends on python-cliapp and python-ttystatus, which then build-depend on python-
>> cmdtest
[Availability]
In universe since trusty
[Rationale]
A new build-dependency of xauth
[Security]
No CVE's found
[Quality assurance]
No open bugs in Debian or Ubuntu
[Dependencies]
python-cliapp and python-ttystatus needs promoted too
[Standards compliance]
clean and small package that uses dh
[Maintenance]
synced from Debian
>> python-cliapp
[Availability]
In universe since at least precise
[Rationale]
cmdtest depends on it
[Security]
No CVE's found
[Quality assurance]
only one important bug, which seems to be fixed but not properly closed
https:/
[Dependencies]
build-dep on python-
[Standards compliance]
uses dh with dh_python2
[Maintenance]
synced from Debian, same maintainer as cmdtest
>> python-ttystatus
[Availability]
In universe since at least precise
[Rationale]
cmdtest depends on it
[Security]
No CVE's found
[Quality assurance]
no open bugs on Debian or Ubuntu
[Dependencies]
build-dep on python-
[Standards compliance]
uses dh with dh_python2
[Maintenance]
synced from Debian, same maintainer as cmdtest
>> python-
[Availability]
In universe since at least precise
[Rationale]
build-dep of python-cliapp & python-ttystatus
[Security]
No CVE's found
[Quality assurance]
no open bugs on Debian or Ubuntu
[Dependencies]
nothing new
[Standards compliance]
uses dh with dh_python2
[Maintenance]
synced from Debian, same maintainer as cmdtest
Related branches
summary: |
- MIR: cmdtest + MIR: cmdtest, python-cliapp, python-ttystatus |
description: | updated |
summary: |
- MIR: cmdtest, python-cliapp, python-ttystatus + MIR: cmdtest, python-cliapp, python-ttystatus, python-coverage-test- + runner |
description: | updated |
Michael Terry (mterry) wrote : | #2 |
python-cliapp:
- Needs team bug subscriber
- Its tests should be run. You can do this like so:
override_
ifeq (,$(filter nocheck,
$(MAKE) check
nosetests
endif
- It is unusual to ship the test files like cliapp does, having both fmt.py and fmt_tests.py in /usr/lib/
Changed in python-cliapp (Ubuntu): | |
status: | New → Incomplete |
Michael Terry (mterry) wrote : | #3 |
python-ttystatus:
- Needs team bug subscriber
- Its tests should be run. You can do this like so:
override_
ifeq (,$(filter nocheck,
$(MAKE) check
nosetests
endif
Changed in python-ttystatus (Ubuntu): | |
status: | New → Incomplete |
Michael Terry (mterry) wrote : | #4 |
I take that back. python-ttystatus *is* running tests already through python-
And we don't need the separate nosetests call for python-cliapp. I see now that python-
Michael Terry (mterry) wrote : | #5 |
python-
- Needs team bug subscriber
- Its tests should be run. You can do this like so:
override_
ifeq (,$(filter nocheck,
$(MAKE) check
endif
Changed in python-coverage-test-runner (Ubuntu): | |
status: | New → Incomplete |
Timo Aaltonen (tjaalton) wrote : | #6 |
I don't thinkg the X team is willing to look after bugs in these, so maybe it's best to just drop running the tests from xauth and be done with it
Changed in cmdtest (Ubuntu): | |
status: | Incomplete → Won't Fix |
Changed in python-cliapp (Ubuntu): | |
status: | Incomplete → Won't Fix |
Changed in python-coverage-test-runner (Ubuntu): | |
status: | Incomplete → Won't Fix |
Changed in python-ttystatus (Ubuntu): | |
status: | Incomplete → Won't Fix |
cmdtest: dh_auto_ test: $(DEB_BUILD_ OPTIONS) ))
- It would be nice if this were python3 in this day and age. But since cmdtest and its friends won't actually be on the desktop CD, it's OK.
- Needs team bug subscriber
- Its tests should be run. You can do this like so:
override_
ifeq (,$(filter nocheck,
python setup.py check
endif
But be warned... The CoverageTestRunner check needs python- coverage- test-runner added to the build-deps and even then it will fail because it finds fault with files found in the build/ directory... So maybe fix or finesse that test somehow.