0.10.4: pytest is failing in three units
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>
I’m usimg as input source autogenerated by github tar ball from v0.10.4
git tag.
Issue Analytics
- State:
- Created a year ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
pytest Documentation - Read the Docs
After it finishes, pytest then shows a failure report ... A pytest plugin for running unit tests within an ansible collection pytest-antilru.
Read more >PyTest Fails to Discover if VSCode believes code is bad even ...
Expected behaviour. Expected: Find all unit tests and run them regardless of if VSCode thinks they work or not. Actual: Test discovery fails...
Read more >Changelog — pytest documentation
Fixes a crash during a failed teardown in unittest TestCases with ... failed for 2 values: E Index | Obtained | Expected E...
Read more >Pytest -m paging fails, yet get correct validation code - MongoDB
this issue seems to be happening with all the pytests… pytest -m connection, for example, gives me nearly same error messages as above....
Read more >How to make pytest return failure if a minimum number of tests ...
You can add a custom hook impl and count the amount of passed tests. After the test run finishes, check the counter and...
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
Just testes 0.11.0 and all looks good now
Thank you 👍
(blush) 😋