Explorar el Código

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 hace 15 años
padre
commit
c9b498729a
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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",