Closed dvzrv closed 2 years ago
Argh, nevermind. I believe this issue is on my side.
I attempted to ignore the pytest configuration (pytest -c /dev/null
) as we do not run coverage tests (they make no sense for plain unit tests during package build).
It seems I need to stick with sed '/addopts/d' -i setup.cfg
for removing the additional pytest options.
Environment
Python Version: 3.10.4
Nikola Version: 8.2.1
Operating System: Arch Linux
Description:
The tarball does not seem to contain all files required for running pytest on the files:
nikola-8.2.1-1-x86_64-build.log
nikola-8.2.1-1-x86_64-check.log
The missing files also are not present in this repository (at the noted locations).