1
0
mirror of https://codeberg.org/fediverse/fep.git synced 2026-08-05 03:35:52 +00:00

Fix tests (#802)

There was a conflict between `create_site_pages.py` and  `pytest`. The former added python files to `docs` and `build` directories, causing `pytest scripts` to fail.

Reviewed-on: https://codeberg.org/fediverse/fep/pulls/802
Reviewed-by: helge <helge@noreply.codeberg.org>
Co-authored-by: silverpill <silverpill@firemail.cc>
Co-committed-by: silverpill <silverpill@firemail.cc>
This commit is contained in:
silverpill
2026-03-23 17:39:17 +01:00
committed by silverpill
parent 1f3b850135
commit abcdfc4c08
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -17,3 +17,6 @@ dependencies = [
[tool.setuptools]
packages = ["fep_tools"]
[tool.pytest.ini_options]
norecursedirs = ["docs", "build"]