Skip to content

Commit

Permalink
Move src/confest.py to src/frequenz/repo/conftest.py
Browse files Browse the repository at this point in the history
This is to leave the `src` directory free of any files, so it is easier
to navigate using auto-completion and GitHub file browser.

Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
  • Loading branch information
llucax committed Oct 6, 2023
1 parent f8fd225 commit 216be06
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exclude CODEOWNERS
exclude CONTRIBUTING.md
exclude mkdocs.yml
exclude noxfile.py
exclude src/conftest.py
global-exclude conftest.py
recursive-exclude .github *
recursive-exclude cookiecutter *
recursive-exclude docs *
Expand Down
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
- You can now make your branch protection rule only require the "Test with nox" CI job to pass. All the matrix expansions will merge into it, so there is no need to change branch protection rules if matrix elements are added or removed.
- Dependabot now will check for updates monthly and on a random day and time.

- The `src/conftest.py` file was moved to `src/<project_path>/conftest.py`.

This is to leave the `src` directory free of any files, so it is easier to navigate using auto-completion and GitHub file browser.

## New Features

<!-- Here goes the main new features and examples or instructions on how to use them -->
Expand Down
File renamed without changes.

0 comments on commit 216be06

Please sign in to comment.