Skip to content

Exclude tests from find_packages#200

Merged
jordaneremieff merged 1 commit intoKludex:mainfrom
bradsbrown:exclude_tests
Aug 11, 2021
Merged

Exclude tests from find_packages#200
jordaneremieff merged 1 commit intoKludex:mainfrom
bradsbrown:exclude_tests

Conversation

@bradsbrown
Copy link
Copy Markdown
Contributor

closes #194

Necessary after #170
added a tests/__init__.py file that lead find_packages to treat
testsas a package dir, which will clobber mangum users' ability
to import from a repo-local tests directory.

Necessary after Kludex#170
added a `tests/__init__.py` file that lead `find_packages` to treat
`tests`as a package dir, which will clobber `mangum` users' ability
to import from a repo-local `tests` directory.
@jordaneremieff jordaneremieff merged commit de7dd35 into Kludex:main Aug 11, 2021
@jordaneremieff
Copy link
Copy Markdown
Collaborator

Thanks @bradsbrown!

The pipelines are failing, but this seems related to a major release of a dependency unrelated to your changes. I'll merge this in and fix the pipeline issue later.

khamaileon pushed a commit to khamaileon/mangum that referenced this pull request Jan 13, 2024
Necessary after Kludex#170
added a `tests/__init__.py` file that lead `find_packages` to treat
`tests`as a package dir, which will clobber `mangum` users' ability
to import from a repo-local `tests` directory.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Mangum: 0.12.0 tests folder in pip

2 participants