Browse Source

Adding a tests_require field to setup.py

Jason Baker 15 năm trước cách đây
mục cha
commit
def1c34f11
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      setup.py

+ 1 - 0
setup.py

@@ -74,6 +74,7 @@ setup(
              "bin/celeryev"],
     zip_safe=False,
     install_requires=install_requires,
+    tests_require=['nose-cover3', 'unittest2', 'simplejson'],
     cmdclass = {"test": RunTests, "quicktest": QuickRunTests},
     test_suite="nose.collector",
     classifiers=[