瀏覽代碼

added pytest to setup.py tests_require

Drew Dolgert 2 年之前
父節點
當前提交
5f2f783a24
共有 1 個文件被更改,包括 2 次插入1 次删除
  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'],
 )