Skip to content

Commit

Permalink
Specify tests requirement in setup.py (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-008 committed Oct 28, 2021
1 parent 40b5e2d commit 7e61e21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -195,6 +195,7 @@ def build_extensions(self):
long_description_content_type="text/markdown",
url="https://github.com/Chia-Network/chiapos",
setup_requires=["pybind11"],
tests_require=["pytest"],
ext_modules=ext_modules,
cmdclass={"build_ext": BuildExt},
zip_safe=False,
Expand All @@ -210,6 +211,7 @@ def build_extensions(self):
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
url="https://github.com/Chia-Network/chiapos",
tests_require=["pytest"],
ext_modules=[CMakeExtension("chiapos", ".")],
cmdclass=dict(build_ext=CMakeBuild),
zip_safe=False,
Expand Down

0 comments on commit 7e61e21

Please sign in to comment.