Skip to content

Commit

Permalink
ignore test (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
pindge authored May 21, 2021
1 parent 079d5e7 commit 1dd1217
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ include README.rst
graft datacube_ows/templates
graft datacube_ows/sql

recursive-include tests *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]

prune integration_tests/
prune tests/
recursive-include docs *.rst conf.py Makefile make.bat *.jpg *.png *.gif
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
'datacube-ows-cfg-parse=datacube_ows.cfg_parser:main'
]
},
packages=find_packages(),
packages=find_packages(exclude=["tests", "tests.cfg", "integration_tests", "integration_tests.cfg"]),
include_package_data=True,
install_requires=requirements,
license="Apache Software License 2.0",
Expand Down

0 comments on commit 1dd1217

Please sign in to comment.