FTBFS on amd64 due to pytest.py error
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| | wheel (Debian) |
Fix Released
|
Unknown
|
||
| | wheel (Ubuntu) |
Undecided
|
Łukasz Zemczak | ||
Bug Description
Failure on amd64 as seen in the test-rebuild [1]. Build log:
dh_auto_test -O--buildsystem
I: pybuild base:170: cd /tmp/ble/
usage: pytest.py [options] [file_or_dir] [file_or_dir] [...]
pytest.py: error: unrecognized arguments: --cov=wheel
E: pybuild pybuild:262: test: plugin distutils failed with: exit code=2: cd /tmp/ble/
dh_auto_test: pybuild --test --test-pytest -i python{version} -p 2.7 --dir . returned exit code 13
debian/rules:10: recipe for target 'build' failed
make: *** [build] Error 25
[1] http://
| Łukasz Zemczak (sil2100) wrote : | #1 |
| Łukasz Zemczak (sil2100) wrote : | #2 |
If not syncing, I see that my i386 build of wheel uses unittest discover instead of pytest for tests, so maybe we could somehow force not using --test-pytest for amd64?
| Changed in wheel (Debian): | |
| status: | Unknown → Fix Released |
| Barry Warsaw (barry) wrote : | #3 |
I'll syncpackage wheel 0.26.0-1. It's a bug fix release with minimal reverse-depends so should be safe.
| Changed in wheel (Ubuntu): | |
| status: | In Progress → Fix Released |
| Barry Warsaw (barry) wrote : | #4 |
This bug was fixed in the package wheel - 0.26.0-1
---------------
wheel (0.26.0-1) unstable; urgency=medium
* New upstream release.
* d/patches/
* d/patches/
- Update patch to use $SOURCE_DATE_EPOCH instead of $WHEEL_
(Closes: #795942)
- Use time.gmtime() instead of .localtime() to avoid timezone issues.
(Closes: #789981)
* d/rules: The test suite requires an installed package, so defer this
to DEP-8 tests. (Closes: #796520)
* d/tests/control: Add two tests of the package's test suite.
* d/control: Now that the test suite isn't run at package build time,
remove the Build-Depends on python-pytest and python3-pytest.
* wrap-and-sort
-- Barry Warsaw <email address hidden> Thu, 01 Oct 2015 19:21:50 -0400
| Łukasz Zemczak (sil2100) wrote : | #5 |
Thanks Barry \o/


I see this is fixed in the new debian version. We could sync it, but it's a bit late for syncs I suppose? Barry?