Browse Source

Remove nose, nose-cover3, unittest2, simplejson from setup_requires.

It was my impression this was only installed when running tests,
but it seems to be installed for any setup.py action.
Ask Solem 15 năm trước cách đây
mục cha
commit
c9b498729a
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      setup.py

+ 0 - 1
setup.py

@@ -74,7 +74,6 @@ setup(
              "bin/camqadm", "bin/celeryd-multi",
              "bin/celeryev"],
     zip_safe=False,
-    setup_requires=["nose", "nose-cover3", "unittest2>=0.4.0", "simplejson"],
     install_requires=install_requires,
     cmdclass = {"test": RunTests, "quicktest": QuickRunTests},
     test_suite="nose.collector",