Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1733681 - python-sphinxcontrib-websupport: FTBFS in Fedora 31: ModuleNotFoundError: No module named 'sphinxcontrib.websupport'
Summary: python-sphinxcontrib-websupport: FTBFS in Fedora 31: ModuleNotFoundError: No ...
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-sphinxcontrib-websupport
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Miro Hrončok
QA Contact: Fedora Extras Quality Assurance
URL: http://apps.fedoraproject.org/koschei...
Whiteboard:
Depends On:
Blocks: F31FTBFS PYTHON38 1732841
TreeView+ depends on / blocked
 
Reported: 2019-07-27 09:59 UTC by Miro Hrončok
Modified: 2019-07-31 22:40 UTC (History)
3 users (show)

Fixed In Version: python-sphinxcontrib-websupport-1.1.2-2.fc31
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-07-27 10:42:47 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Miro Hrončok 2019-07-27 09:59:20 UTC
Description of problem:
Package python-sphinxcontrib-websupport fails to build from source in Fedora rawhide.

Version-Release number of selected component (if applicable):
1.1.2-1.fc31

Steps to Reproduce:
koji build --scratch f31 python-sphinxcontrib-websupport-1.1.2-1.fc31.src.rpm

Additional info:
This package is tracked by Koschei. See:
http://apps.fedoraproject.org/koschei/package/python-sphinxcontrib-websupport

The dependency change was:

 python3-sqlalchemy
  1.3.5-1.fc31
  1.3.5-2.fc31

 python3-pytest
  4.4.1-2.fc31
  4.6.4-2.fc31

 python3-wcwidth
  (not present before)
  0.1.7-10.fc31

 glibc
  2.29.9000-32.fc31
  2.29.9000-34.fc31

 python-pip-wheel
  19.1.1-1.fc31
  19.1.1-3.fc31

 glibc-common
  2.29.9000-32.fc31
  2.29.9000-34.fc31

 glibc-minimal-langpack
  2.29.9000-32.fc31
  2.29.9000-34.fc31

The failure is:

Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.MUKUiI
+ umask 022
+ cd /builddir/build/BUILD
+ cd sphinxcontrib-websupport-1.1.2
+ /usr/bin/python3 -m pytest tests/
BUILDSTDERR: error: Bad exit status from /var/tmp/rpm-tmp.MUKUiI (%check)
============================= test session starts ==============================
platform linux -- Python 3.7.4, pytest-4.6.4, py-1.8.0, pluggy-0.12.0
rootdir: /builddir/build/BUILD/sphinxcontrib-websupport-1.1.2, inifile: setup.cfg
collected 0 items / 2 errors
==================================== ERRORS ====================================
________________ ERROR collecting tests/test_searchadapters.py _________________
ImportError while importing test module '/builddir/build/BUILD/sphinxcontrib-websupport-1.1.2/tests/test_searchadapters.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
tests/test_searchadapters.py:15: in <module>
    from sphinxcontrib.websupport import WebSupport
E   ModuleNotFoundError: No module named 'sphinxcontrib.websupport'
__________________ ERROR collecting tests/test_websupport.py ___________________
ImportError while importing test module '/builddir/build/BUILD/sphinxcontrib-websupport-1.1.2/tests/test_websupport.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
tests/test_websupport.py:12: in <module>
    from sphinxcontrib.websupport import WebSupport
E   ModuleNotFoundError: No module named 'sphinxcontrib.websupport'
!!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection !!!!!!!!!!!!!!!!!!!!
=========================== 2 error in 0.32 seconds ============================


If I had to guess, I'd blame pytest update.

This also failed during the mass rebuild.


Note You need to log in before you can comment on or make changes to this bug.