Bug 2033186
| Summary: | python-flit fails to build with Python 3.11: Failed: DID NOT RAISE <class 'flit_core.config.ConfigError'> | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tomáš Hrnčiar <thrnciar> |
| Component: | python-flit | Assignee: | Tomáš Hrnčiar <thrnciar> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | mhroncok, python-sig, thrnciar |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-01-28 07:25:38 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 2016048 | ||
Seems like this is not a problem anymore. Flit builds well with 4th alpha. |
python-flit fails to build with Python 3.11.0a3. =================================== FAILURES =================================== __________ test_bad_include_paths[foo/../../bar-out of the directory] __________ path = 'foo/../../bar', err_match = 'out of the directory' @pytest.mark.parametrize(('path', 'err_match'), [ ('../bar', 'out of the directory'), ('foo/../../bar', 'out of the directory'), ('/home', 'absolute path'), ('foo:bar', 'bad character'), ('foo/**/bar', '[Rr]ecursive glob') ]) def test_bad_include_paths(path, err_match): toml_cfg = {'tool': {'flit': { 'metadata': {'module': 'xyz', 'author': 'nobody'}, 'sdist': {'include': [path]} }}} > with pytest.raises(config.ConfigError, match=err_match): E Failed: DID NOT RAISE <class 'flit_core.config.ConfigError'> https://docs.python.org/3.11/whatsnew/3.11.html For the build logs, see: https://copr-be.cloud.fedoraproject.org/results/@python/python3.11/fedora-rawhide-x86_64/03053073-python-flit/ For all our attempts to build python-flit with Python 3.11, see: https://copr.fedorainfracloud.org/coprs/g/python/python3.11/package/python-flit/ Testing and mass rebuild of packages is happening in copr. You can follow these instructions to test locally in mock if your package builds with Python 3.11: https://copr.fedorainfracloud.org/coprs/g/python/python3.11/ Let us know here if you have any questions. Python 3.11 is planned to be included in Fedora 37. To make that update smoother, we're building Fedora packages with all pre-releases of Python 3.11. A build failure prevents us from testing all dependent packages (transitive [Build]Requires), so if this package is required a lot, it's important for us to get it fixed soon. We'd appreciate help from the people who know this package best, but if you don't want to work on this now, let us know so we can try to work around it on our side.