[Bug 1428083] Re: MIR: cmdtest, python-cliapp, python-ttystatus, python-coverage-test-runner

2015-03-24 Thread Timo Aaltonen
** 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:

[Bug 1428083] Re: MIR: cmdtest, python-cliapp, python-ttystatus, python-coverage-test-runner

2015-03-17 Thread Timo Aaltonen
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 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1428083

[Bug 1428083] Re: MIR: cmdtest, python-cliapp, python-ttystatus, python-coverage-test-runner

2015-03-04 Thread Michael Terry
cmdtest: - 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_dh_auto_test: ifeq (,$(filter

[Bug 1428083] Re: MIR: cmdtest, python-cliapp, python-ttystatus, python-coverage-test-runner

2015-03-04 Thread Michael Terry
python-cliapp: - Needs team bug subscriber - Its tests should be run. You can do this like so: override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) $(MAKE) check nosetests endif - It is unusual to ship the test files like cliapp does, having both fmt.py and fmt_tests.py in

[Bug 1428083] Re: MIR: cmdtest, python-cliapp, python-ttystatus, python-coverage-test-runner

2015-03-04 Thread Michael Terry
python-ttystatus: - Needs team bug subscriber - Its tests should be run. You can do this like so: override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) $(MAKE) check nosetests endif ** Changed in: python-ttystatus (Ubuntu) Status: New = Incomplete -- You received this

[Bug 1428083] Re: MIR: cmdtest, python-cliapp, python-ttystatus, python-coverage-test-runner

2015-03-04 Thread Michael Terry
I take that back. python-ttystatus *is* running tests already through python-coverage-test-runner. But it still needs a bug subscriber. And we don't need the separate nosetests call for python-cliapp. I see now that python-coverage-test-runner is doing that under the covers. So we'd just need

[Bug 1428083] Re: MIR: cmdtest, python-cliapp, python-ttystatus, python-coverage-test-runner

2015-03-04 Thread Michael Terry
python-coverage-test-runner: - Needs team bug subscriber - Its tests should be run. You can do this like so: override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) $(MAKE) check endif ** Changed in: python-coverage-test-runner (Ubuntu) Status: New = Incomplete -- You

[Bug 1428083] Re: MIR: cmdtest, python-cliapp, python-ttystatus, python-coverage-test-runner

2015-03-04 Thread Timo Aaltonen
** Summary changed: - MIR: cmdtest, python-cliapp, python-ttystatus + MIR: cmdtest, python-cliapp, python-ttystatus, python-coverage-test-runner ** Description changed: [Overall rationale] - cmdtest is a new build-dependency of xauth, and cmdtest itself depends on python-cliapp and