Explorar o código

added pytest to setup.py tests_require

Drew Dolgert %!s(int64=2) %!d(string=hai) anos
pai
achega
5f2f783a24
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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'],
 )