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:
@@ -17,3 +17,6 @@ dependencies = [
|
||||
|
||||
[tool.setuptools]
|
||||
packages = ["fep_tools"]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
norecursedirs = ["docs", "build"]
|
||||
Reference in New Issue
Block a user