Skip to content

Commit a483c3d

Browse files
sbrazmvantellingen
authored andcommitted
Include pyproject.toml in sdist to avoid pytest warnings
Running tests from the current tarballs results in "PytestUnknownMarkWarning: Unknown pytest.mark.requests". The marker is defined in pyproject.toml which is missing.
1 parent 28bb5ef commit a483c3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ include CHANGES
77
include CONTRIBUTORS.rst
88
include LICENSE
99
include README.rst
10+
include pyproject.toml
1011
include setup.cfg
1112
include setup.py
1213

0 commit comments

Comments
 (0)