Ver código fonte

added pytest to setup.py tests_require

Drew Dolgert 2 anos atrás
pai
commit
5f2f783a24
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      setup.py

+ 2 - 1
setup.py

@@ -74,5 +74,6 @@ setup(
     },
     include_package_data=True,
     python_requires=">=3.6",
-    install_requires=['pybind11', 'pybind11-global', 'pybind11-stubgen']
+    install_requires=['pybind11', 'pybind11-global', 'pybind11-stubgen'],
+    tests_require = ['pytest'],
 )