Skip to content

Commit

Permalink
Exclude integration tests from source distributions + remove MANIFEST…
Browse files Browse the repository at this point in the history
….in (AnalogJ#909)

* Exclude integration tests from source distributions

Cassettes aren't included so these tests have no value.

* Remove MANIFEST.in, poetry handles included and excluded files

Co-authored-by: Adrien Ferrand <ferrand.ad@gmail.com>
  • Loading branch information
2 people authored and MasinAD committed Mar 29, 2022
1 parent 2c5f784 commit 65cb705
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion MANIFEST.in

This file was deleted.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ repository = "https://github.com/AnalogJ/lexicon"
packages = [
{ include = "lexicon" },
]
exclude = [ "lexicon/tests/providers/" ]

[tool.poetry.dependencies]
python = "^3.7"
Expand Down

0 comments on commit 65cb705

Please sign in to comment.