3.11.2: pytest is failing
See original GitHub issueI’m trying to package your module as an rpm package. So I’m using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
python3 -sBm build -w --no-isolation
- because I’m calling
build
with--no-isolation
I’m using during all processes only locally installed modules - install .whl file in </install/prefix>
- run pytest with PYTHONPATH pointing to sitearch and sitelib inside </install/prefix>
Issue Analytics
- State:
- Created a year ago
- Comments:13
Top Results From Across the Web
Test failures with Python 3.11.0b4 · Issue #10131 · pytest-dev ...
We have updated Python from 3.11. 0b3 to 3.11. 0b4 in Fedora Linux 37 and we see some test failures of pytest 7.1....
Read more >Python unittests are broken with python 3.11 - wireshark - GitLab
Most of our pytest unittests are broken with Python 3.11. They depended on an undocumented private property that was removed in Python 3.11 ......
Read more >Changelog — pytest documentation
issue #7758: Fixed an issue where some files in packages are getting lost from --lf even though they contain tests that failed. Regressed...
Read more >unittest — Unit testing framework — Python 3.11.1 ...
pytest. Third-party unittest framework with a lighter-weight syntax for writing ... Output is echoed normally on test fail or error and is added...
Read more >pytest-xdist - PyPI
The pytest-xdist plugin extends pytest with new test execution modes, the most used being distributing tests across multiple CPUs to speed up test...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hello @kloczek, sorry for the late reply. I have been quite busy recently, giving me very little time to my open-source projects. I will come back to by the next week on this subject.
If it is the reason (wil ltest that) those options should be added to pytest.ini