Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force

- _Insert changes/features/fixes for next release here_

## tmuxp 1.15.2 (unreleased)

**Maintenance release, no features or fixes**

### Packaging

- Move conftest.py to root, to avoid packaging in wheel (#826 vs #825)

## tmuxp 1.15.1 (2022-09-23)

**Maintenance release, no features or fixes**
Expand Down
5 changes: 5 additions & 0 deletions src/tmuxp/conftest.py → conftest.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
"""Conftest.py (root-level)

We keep this in root pytest fixtures in pytest's doctest plugin to be available, as well
as avoiding conftest.py from being included in the wheel.
"""
import logging
import os
import pathlib
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ include = [
{ path = "tests", format = "sdist" },
{ path = "examples", format = "sdist" },
{ path = "docs", format = "sdist" },
{ path = "conftest.py", format = "sdist" },
]

[tool.poetry.urls]
Expand Down
1 change: 0 additions & 1 deletion tests/conftest.py

This file was deleted.