Skip to content

Commit

Permalink
Remove openapi.json files from MANITFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Jan 20, 2020
1 parent 91b7215 commit be7816b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
recursive-include optimade/server/ *.ini *.json
recursive-include optimade/server/data/ *
recursive-include optimade/grammar/ *.lark
recursive-include openapi/ index_openapi.json openapi.json
4 changes: 1 addition & 3 deletions tests/test_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def test_distributions_package(self):
package_root = Path(__file__).parent.parent.resolve()

number_of_grammar_files = len(
[_ for _ in package_root.joinpath("optimade/grammar").rglob("*.lark")]
list(package_root.joinpath("optimade/grammar").rglob("*.lark"))
)

with tempfile.TemporaryDirectory() as temp_dir:
Expand All @@ -35,8 +35,6 @@ def test_distributions_package(self):
r"test_structures\.json": False,
r"test_references\.json": False,
r"test_links\.json": False,
r"index_openapi\.json": False,
r"openapi\.json": False,
}
count = 0
for line in lines:
Expand Down

0 comments on commit be7816b

Please sign in to comment.