getnikola / nikola

A static website and blog generator
https://getnikola.com/
MIT License
2.6k stars 445 forks source link

8.2.1 tarball does not contain all files required for tests #3616

Closed dvzrv closed 2 years ago

dvzrv commented 2 years ago

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).

dvzrv commented 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.