Skip to content
Snippets Groups Projects
Unverified Commit 43bf8fb4 authored by Daniel's avatar Daniel
Browse files

FIX: Removed obsolete nose import.

parent 3daec7f2
No related branches found
No related tags found
No related merge requests found
......@@ -25,8 +25,6 @@
import caosdb as db
from nose.tools import with_setup
def setup_module():
try:
......@@ -70,7 +68,6 @@ def test_issue_18():
assert len(set(pids)) == len(pids), "Duplicate parents."
@with_setup(setup, teardown)
def test_issue_21():
"""Removing the last child in an inheritance chain of 4 failed with versioning.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment