Browse Source

Remove old workaround for some nosetests multiprocessing bug

tags/nilmdb-2.0.0
Jim Paris 4 years ago
parent
commit
fb524c649f
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      setup.py

+ 0
- 5
setup.py View File

@@ -16,11 +16,6 @@ from distutils.extension import Extension
# https://github.com/warner/python-versioneer
import versioneer

# Hack to workaround logging/multiprocessing issue:
# https://groups.google.com/d/msg/nose-users/fnJ-kAUbYHQ/_UsLN786ygcJ
try: import multiprocessing
except Exception: pass

# External modules that need to be built
ext_modules = [ Extension('nilmdb.server.rocket', ['nilmdb/server/rocket.c' ]) ]



Loading…
Cancel
Save